|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re^2: When should you not use strict and warnings?by Anonymous Monk |
| on Dec 27, 2012 at 17:24 UTC ( #1010552=note: print w/ replies, xml ) | Need Help?? |
|
I think Exporter::Lite complained about how use strict slowed down the compile. Of course, it's a tiny module -- for pretty much anything non-tiny, the overhead added by strict is negligible.
(My) Bottom line, I always turn them on when I start a script, and for the last 8 years or more never even think about turning them off, except for very small scopes. I often forget to turn them on for a brand-new script and then wonder why my script is not working =(
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||