Help for this page

Select Code to Download


  1. or download this
    # code snipped from L:L4p FAQ
    $SIG{__WARN__} = sub {
    ...
        $Log::Log4perl::caller_depth + 1;
        $logger->logconfess(@_);
    };