![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Re: Reloading modules- suppressing warnings works sometimes?by JPaul (Hermit) |
on Dec 21, 2003 at 19:50 UTC ( #316231=note: print w/replies, xml ) | Need Help?? |
Indeed, I messed up the copying in;
In my local version of foo.pm, I have no 'use warnings;' only 'use strict;' - which, very certainly overrides the 'local $^W = 0;', and gives us the warn.
Oops?
In Section
Seekers of Perl Wisdom
|
|