Help for this page

Select Code to Download


  1. or download this
    perldoc -f system
    
  2. or download this
     if ($? == -1) {
         print "failed to execute: $!\n";
    ...
         printf "child exited with value %d\n", $? >> 8;
     }