Help for this page

Select Code to Download


  1. or download this
    my $pssh = Net::OpenSSH::Parallel->new();
    
    ...
    $pssh->push('*', scp_put => '/root/memory.pl', '/root/');
    
    $pssh->run;