Help for this page
use Net::OpenSSH; my $ssh = Net::OpenSSH->new($host, user => $user, password => $pass); ... ... }