in reply to How to Run a shell script which is on a remote server using a Perl script
my $cmd = "sh /my/script/myscript.sh"; system $cmd; [download]