Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    print "will exit with $exitCode\n";
    
    exit($exitCode);
    
  2. or download this
    #!perl
    
    ...
    run_proc(255);
    run_proc(-5);
    run_proc(251);
    
  3. or download this
    now running with 123
    will exit with 123
    ...
    exit_value:  251
    signal_num:  0
    dumped_core: 0