LA.pm: SIG __WARN__

Samy Kamkar [CommPort5] CommPort5 at LucidX.com
Wed Jul 25 01:43:03 CDT 2001


Arkadiy Sudarikov wrote:
> 
> What would you, guys, recommend to use to ignore warn (and ignore die)?

$SIG{__WARN__} = sub { };
$SIG{__DIE__} = sub { };

# that should work well

-- 
Samy Kamkar -- (877) 898-1424 -- CommPort5 at LucidX.com
LucidX.com / pdump.org / LA.pm.org



More information about the Losangeles-pm mailing list