in reply to
use HTML; # !!!
Move the $SIG{__WARN__} setting into import and have a sub unimport { delete $SIG{__WARN__} } (untested)
Comment on
Re: use HTML; # !!!
In Section
Cool Uses for Perl