Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Net::SSH::Perl;
    
    ...
    my ($out, $err, $exit) = $ssh->cmd("uname -a");
    
    print "$out\n";