![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: When warnings get in the wayby itub (Priest) |
on Apr 22, 2005 at 17:56 UTC ( [id://450517]=note: print w/replies, xml ) | Need Help?? |
I have an ambivalent relationship with "uninitialized" warnings, because they result in false positives and get in the way more often than not. Sometimes I just start my script with:
But for maximum safety you should leave them on, or just turn them off at a smaller scope.
In Section
Seekers of Perl Wisdom
|
|