Or to do it lexically: use warnings FATAL => 'all';
I used this before to find out where a warning was coming from that I just could track down. Easy to find if it dies.
Or to do it lexically: use warnings FATAL => 'all';
I used this before to find out where a warning was coming from that I just could track down. Easy to find if it dies.