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 TouchToneTommy 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: kturner
  • Content: Threads
  • Order by date
  1. kturner

    Net::FTP

    I can't get my script to ftp. I have a feeling it is network/socket/protocol stuff. ( I don't know much about communciations, as is apparent.) Can anyone help? Here's the code. -------------------------------------------- #!/usr/sbin/perl -w use Net::FTP; $host = "123.45.678.912&quot...
  2. kturner

    Net::Ping

    I can't get Net::Ping to work. Here is my code: ----------------------------------------------- use Net::Ping; use Net::FTP; $host = "hpsab4"; $timeout = 30; use Net::Ping; $pong = Net::Ping->new( $> ? "tcp" : "icmp" ); (defined $pong) or die "Couldn't...

Part and Inventory Search

Back
Top