Help for this page
$string = "This is my string"; my $output = `rsh -l remoteuser host.example.com "perlprog.pl $string" +`;
$string = "This is my string"; my $output = `rsh -l remoteuser host.example.com "perlprog.pl \"$strin +g\""`;