Help for this page

Select Code to Download


  1. or download this
    $string = "This is my string";
    my $output = `rsh -l remoteuser host.example.com "perlprog.pl $string"
    +`;
    
  2. or download this
    $string = "This is my string";
    my $output = `rsh -l remoteuser host.example.com "perlprog.pl \"$strin
    +g\""`;