Help for this page

Select Code to Download


  1. or download this
    
    use Net::SSH::Perl;
    ...
    my($tout, $terr, $texit) = $ssh->cmd($tcmd); # this is the line that d
    +ies
    print "OUT:$tout, ERR:$terr, EX:$texit\n";
    
  2. or download this
    $output = system("/export/home/test/public_html/devel/scp_file.pl $loc
    +al_filename $remote_box $remote_base $remote_path $remote_file", $ret
    +urn_var);