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

    PARI error when using Net::SSH::Perl

    Hi all! I try to login through SSH using this code: #!/usr/bin/perl -w use Net::SSH::Perl; my $remotehost = "host"; my $remoteport = "22"; my $remoteuser = "auser"; my $remotepassword = "apassword"; my $ssh = Net::SSH::Perl->new($remotehost); $ssh->login($remoteuser, $remotepassword); I then...

Part and Inventory Search

Back
Top