Hi ALL

My sshperl1.pl file contains the below

use Net::SSH::Perl;
   my $ssh = Net::SSH::Perl->new($tweb33.abc.test.com);
   $ssh->login($user, $pass);:
   my($stdout, $stderr, $exit) = $ssh->cmd($cmd);

I am getting the below error

this is the error
C:\perlsc>perl sshperl1.pl
Can't locate Net/SSH/Perl.pm in @INC (@INC contains: c:/Perl/lib c:/Perl/site/li
b .) at sshperl1.pl line 1.
BEGIN failed--compilation aborted at sshperl1.pl line 1.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to