Help for this page

Select Code to Download


  1. or download this
    $SIG{__WARN__} = sub {
       my $wn = shift;
       handle_this_error() if $wn =~ /The_Error_Your_After/i;
       warn $wn;
     };