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 Wanet Telecoms Ltd 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: *

  • Users: 022267
  • Content: Threads
  • Order by date
  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

    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