Subject: | cmd not working.. |
hi !!
i am getting problem while using Net::SSH::Perl->cmd("sirisha");
i am using Net-SSH-0.05.tar.gz,perl v5.6.0,Red Hat Linux 7.0,apache.
the problem is
undefinied subroutine &Net::SSH::Perl::Util::SSH1Misc::_crc32 called at
/usr/lib/perl5/site_perl/5.6.0/Net/SSH/Perl/Packet.pm line 127 <GENO> line1.
#!/usr/lib/perl
use Net::SSH::Perl;
use Net::SSH::Perl::Packet;
use Net::SSH::Perl::Buffer;
$ssh=Net::SSH::Perl->new("Id address");
$ssh->login("user","password");
$ssh->cmd("/var/www/html");