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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kturner

  1. kturner

    Net::FTP

    Thanks for the help. I made the changes, but I still get the same errors. BTW, I checked to make sure the logon and password and filename were all correct. OK.
  2. kturner

    Net::FTP

    Correction. Could not connect: Bad file number at myftp.pl line 12. Whatever the case I beieve its at: $ftp->login($user, $pass); Thanks again. Kyle
  3. 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...
  4. kturner

    Net::Ping

    I tried the suggested code. The result was: syntax error at ping.pl line 16, near "unless $p" Execution of ping.pl aborted due to compilation errors. Any suggestions/help? Thanks again.
  5. 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