Help for this page

Select Code to Download


  1. or download this
    my @cmd =
      ('perl',
    ...
      print "child believes it is: $$\n";
      exec {$cmd[0]} @cmd;
    }