Help for this page

Select Code to Download


  1. or download this
    cat fatals.pl
    #!/usr/bin/perl
    ...
    
    die "[$$] ERROR: $@" if $@;
    print "[$$]HOW DID I GET HERE?\n";
    
  2. or download this
    $ perl fatals.pl ls
    I'm parent with id 6238
    ...
    642676.pl
    642682.pl
    644761.pl
    
  3. 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?