Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 022267

    About Stat built in function in Perl

    Hi, folks, It has no problem to use "stat" function to retrieve the modified date of a file, which is getten from a remote server by mapping that server to the local machine. However, after I use the "NET::FTP->new" instead of Mapping, it did not work. Here is an example: my...
  2. 022267

    How to upload file to the right path using FTP module in Perl

    Hi, folks, Here is my question. Perl script in windows. #! usr/bin/perl use NET::FTP; $upload_ftp_site = "xx.xx.x.xx"; $userid = "xxx"; $passwd = "xxxxxxxx"; $local_file = "C:\\path1\test.txt"; $ftp = Net::FTP->new($upload_ftp_site, Timeout=>30...
  3. 022267

    Button size in HTML

    Hi, Guys, I am trying to automatically refresh my html website. Because the html file is generated by a perl script, that script runs every one hour. Can you guys have idea to automatically refresh the html website? Thanks.
  4. 022267

    Button size in HTML

    thanks, it works now. But would you like to help me to figure the second question out, which is how to make a button to bleeking because <bleeking> tag does not work for IE, etc. Thanks
  5. 022267

    Button size in HTML

    can someone help me to specific the size/height of a button. my button like that: 1. <FORM METHOD=&quot;LINK&quot; ACTION=&quot;/c:/a1.txt&quot;> <INPUT TYPE=&quot;SUBMIT&quot; WIDTH=&quot;20&quot; HEIGHT = &quot;10&quot; STYLE=&quot;BACKGROUND- COLOR:#9900FF&quot; VALUE=&quot;Click...

Part and Inventory Search

Back
Top