Help for this page
#!/usr/bin/perl -wT use Net::SSH::Perl; ... say "The command said: $stdout"; say "The command error'd: $stderr"; say "The command's exit status was $exit";