The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.04 - 2000-11-09

  • Seems that you cannot undef $SIG{__DIE__}, nor assign undef to it without a warning. I could not figure out how to address this short of simply suppressing warnings in a little block.
  • I use $^S inside the $SIG{__DIE__} handler rather than poking back thru the stack looking for "(eval)".

Modules

Tie a filehandle to Syslog. If you Tie STDERR, then all STDERR errors are automatically caught, or you can debug by Carp'ing to STDERR, etc. (Good for CGI error logging.)