- or download this
cat fatals.pl
#!/usr/bin/perl
...
die "[$$] ERROR: $@" if $@;
print "[$$]HOW DID I GET HERE?\n";
- or download this
$ perl fatals.pl ls
I'm parent with id 6238
...
642676.pl
642682.pl
644761.pl
- or download this
$ perl fatals.pl
I'm parent with id 6240
...
I'm forking a child with id 6241
[6241] I'm child, about to exec [_bad_exe_ a b c]
[6240]HOW DID I GET HERE?