Help for this page

Select Code to Download


  1. or download this
    Can't set socket non-blocking: Bad file descriptor at C:/Perl/site/lib
    +/Net/SSH/Perl.pm line 216.
    
  2. or download this
    Math::BigInt: couldn't load specified math lib(s), fallback to Math::B
    +igInt::FastCalc at C:/Perl/site/lib/Crypt/DSA/KeyChain.pm line 6
    Math::BigInt: couldn't load specified math lib(s), fallback to Math::B
    +igInt::FastCalc at C:/Perl/site/lib/Crypt/DSA/Key.pm line 6
    Math::BigInt: couldn't load specified math lib(s), fallback to Math::B
    +igInt::FastCalc at C:/Perl/site/lib/Crypt/DSA/Util.pm line 6
    Not an ARRAY reference at C:/Perl/site/lib/Math/BigInt/Calc.pm line 25
    +1.
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    $ssh->login("username","password");
    ($out,$err,$ext) = $ssh->cmd("ls");
    $ssh->close();