![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: use HTML; # !!!by Anonymous Monk |
on Jul 28, 2002 at 22:55 UTC ( [id://185857]=note: print w/replies, xml ) | Need Help?? |
Move the $SIG{__WARN__} setting into import and have a
sub unimport { delete $SIG{__WARN__} }
(untested)
In Section
Cool Uses for Perl
|
|