in reply to Copying and Running PERL SCRIPTS in Parallel
If I read the documentation for Net::OpenSSH::Parallel correctly, then all your copy commands will only be executed when one calls $pssh->run. This is missing from your code snippet.