in reply to Copying and Running PERL SCRIPTS in Parallel
my $pssh = Net::OpenSSH::Parallel->new(); $pssh->add_host($_) for @hosts; $pssh->push('*', scp_put => '/root/cpu.pl', '/root/'); $pssh->push('*', scp_put => '/root/memory.pl', '/root/'); $pssh->run;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Copying and Running PERL SCRIPTS in Parallel
by rahulruns (Scribe) on May 21, 2013 at 08:35 UTC |