Help for this page

Select Code to Download


  1. or download this
    #!/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";