Help for this page

Select Code to Download


  1. or download this
    use Net::OpenSSH;
    my $ssh = Net::OpenSSH->new($host, user => $user, password => $pass);
    ...
       ...
    }