in reply to Re^2: Running PERL SCRIPTS in Parallel
in thread Running PERL SCRIPTS in Parallel

Thank You for the Fix. I too was able to troubleshoot

my @pids = map $ssh->spawn(@$_) @cmds;