Clinton Gormley Tue, 23 Jan 2007 11:49:09 -0800
> Just change the signal handler. > > $SIG{__WARN__} = $SIG{__DIE__};
Or to do it lexically: use warnings FATAL => 'all';