Help for this page
my @hosts=( list of hosts here ); ... print `scp script.pl $_:~/`; print `ssh $_ "nohup nice perl script.pl &"`; }
print `ssh $_ "nohup nice perl script.pl < /dev/null > /dev/null 2>&1 +&"`;