On Tue, Jun 16, 2009 at 2:43 PM, Hans Dieter
Pearcey<hdp.perl.module-auth...@weftsoar.net> wrote:
> On Tue, Jun 16, 2009 at 02:39:21PM -0700, Bill Ward wrote:
>> So, do I need to monkey with $SIG{__DIE__} or something?
>
> $SIG{__WARN__} = sub { die @_ };
>
> Apply more advanced filtering to @_ as desired.

Arg, I meant to say $SIG{__WARN__} when I wrote the original
message... sorry.  I was hoping to avoid that, since I think we are
already messing around with %SIG in our applications too much as it
is.

Reply via email to