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