Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      $SIG{__DIE__} = sub {
    ...
              unless ($package eq 'Carp');
      }
    }
    
  2. or download this
    BEGIN {
      $SIG{__DIE__} = sub {
    ...
             ((defined ($^S)) and not $^S);
      }
    }