in reply to Remote Execution Perl

my old sperl script is able to run simple perl scripts and one-liners on remote machines via ssh, i.e.:
$ sperl bugs,willy,hippo -e \ 'chomp($h=`hostname`);print "hello from $h!!!\n"' hello from bugs!!! hello from willy!!! hello from hippo!!!