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 SkipVought 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. bbplumlee

    Net::FTP

    As you have seen in some of the previous posts, $@ is where the Net::FTP exit status is placed. This is the syntax I use: my $ftp = Net::FTP->new ( "someserver.com", Timeout => 60 ) or die "Could not connect to someserver: $@\n"; $ftp->login($username, $password) or die "Could not log...

Part and Inventory Search

Back
Top