Help for this page

Select Code to Download


  1. or download this
    use Net::OpenSSH::Parallel;
    my $pssh = Net::OpenSSH::Parallel->new;
    ...
    
    $pssh->push('*', command => @even_more_stuff);
    $pssh->run;