Help for this page

Select Code to Download


  1. or download this
    perl -e '
    BEGIN {
    ...
      print "after die\n";
    }
    '
    
  2. or download this
      *CORE::GLOBAL::die = sub {
        if ($SIG{__DIE__}) {
    ...
          $SIG{__DIE__}->($s);
        }
      };