Help for this page

Select Code to Download


  1. or download this
      if ($exit_status != 0) {
        print("-F-Job completed abnormally.(status = $exit_status)\n");
      } else {
        print("-I-Job completed successfully.\n");
      }
    
  2. or download this
      $command = "program_to_run $opt{c} -f test";
      # print "$command\n";
    ...
      }
      close(RUN);
    exit 0;