in reply to
Overriding CORE::GLOBAL::warn/die
See
Carp::Always
and
%SIG
, as
$SIG{__WARN__} = sub { };
will capture any warn
Comment on
Re: Overriding CORE::GLOBAL::warn/die
Download
Code
In Section
Seekers of Perl Wisdom