in reply to ssh with perl

i have installed Net ssh also

Net::SSH is not the same as Net::SSH::Perl. To make your code work, install Net::SSH::Perl.

Replies are listed 'Best First'.
Re^2: ssh with perl
by varalaxmibbnl (Acolyte) on Sep 17, 2013 at 14:07 UTC

    i have installed the foll 2lines also curl -L http://cpanmin.us | perl - --sudo App::cpanminus cpanm Net::SSH::Perl then alsi i get that error

      If you still "get that error" that means that Perl cannot find the files (just like Perl says). Find out where the file Net/SSH/Perl.pm lives, and correct the value of @INC so it includes the appropriate directory.

      I suspect that the installation of Net::SSH::Perl or one of its many dependencies fails on your operating system; as a result, the module actually did not get installed. To confirm this, please provide the full output of that cpanm command.
        thanks for reply... i,m still getting the same error (Can't locate Net/SSH/Perl.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at netssh.pl line 5. BEGIN failed--compilation aborted at netssh.pl line 5.).... plz suggest me how to install Net::SSH::Perl on ubuntu... thanks in advance
        thanks for reply can u plz suggest me how to install Net::SSH::Perl on ubuntu