Help for this page

Select Code to Download


  1. or download this
  2. or download this
    $!=0;
    system('your_program_goes_here');
    ...
    if($child_error || ($maybe_exit_code && $!)) {
      # there was an error in program execution
    }