in reply to Difference Between use warnings and use warnings FATAL => 'all'
I'm surprised nobody mentioned till now, but personally, I use it from time to time for debugging.
If warnings get messy, it's easier to handle them one by one. (not necessarily => all warnings)
YMMV =)
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Difference Between use warnings and use warnings FATAL => 'all' (debugging)
by GotToBTru (Prior) on Dec 30, 2013 at 14:48 UTC | |
by LanX (Saint) on Dec 30, 2013 at 15:33 UTC |