Help for this page

Select Code to Download


  1. or download this
    $SIG{__DIE__} = sub { our @reason = @_ };
    
    ...
            print "We caught a call to die: @reason\n";
        }
    }