Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    1/0;
    
  2. or download this
       $SIG{__DIE__} = sub {
           my $logger = get_logger();
           local $Log::Log4perl::caller_depth = $Log::Log4perl::caller_dep
    +th + 1;
           $logger->fatal("DIE @_");
       };