> Just change the signal handler.
> 
> $SIG{__WARN__} = $SIG{__DIE__};

Or to do it lexically:

   use warnings FATAL => 'all';



Reply via email to