Kaushal Shriyan wrote:
> On 9/13/06, Lee Goddard <[EMAIL PROTECTED]> wrote:
>> > I am getting the below 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 ab
On 9/13/06, Lee Goddard <[EMAIL PROTECTED]> wrote:
> I am getting the below 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.
You need to
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/