Re: Unable to call SSH module.

2015-03-12 Thread Frank Vino
Thank you so much let me try On Thu, Mar 12, 2015 at 10:23 PM, Zach Tuttle wrote: > You need to install the ssh module on windows > > Sent from my iPhone > > On Mar 12, 2015, at 9:25 AM, Frank Vino wrote: > > Hi, > > Here is my code. In Cpan i have installed ssh in linux and windows still > i

Re: Unable to call SSH module.

2015-03-12 Thread Dave Horner
Hello all, When using strawberry perl on a 64 bit machine I could not get Net::SSH::Perl to install due to the GP/PARI dependency. I would suggest taking a look at the Net::SSH2 package which according to Net::SFTP::Foreign documentation is a wrapper around libssh2 and aims to replace Net::SSH::P

Unable to call SSH module.

2015-03-12 Thread Frank Vino
Hi, Here is my code. In Cpan i have installed ssh in linux and windows still i am getting the error, Can anybody provide for opening a ssh by using perl? #!/usr/bin/perl use Net::SSH::Perl; my $ssh = Net::SSH::Perl->new('10.10.10.10'); $ssh->login(admin, password); my($stdout, $stderr, $exi