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