Help for this page
my @pids = map $ssh->spawn(@$_), @cmds;
my @pids; for my $cmd (@cmds) { push @pids, $ssh->spawn(@$cmd); }