Help for this page
$ssh = Net::OpenSSH->new($host_ip, user => $user, password => $passwor +d, master_opts => '-vv');
my @output = $ssh->capture($_); if ($ssh->error) { ... else { print @output, "\n"; }