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