Help for this page

Select Code to Download


  1. or download this
    use Net::SSH qw(sshopen2);
    use strict;
    ...
    }
    close READER;
    close WRITER;
    
  2. or download this
    my @results;
    
    ...
        $result .= $_ while <READER>;
        push @results, $result;
    }