Help for this page

Select Code to Download


  1. or download this
    $main::SIG{__DIE__} = \&some_function; # when does this get run?
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    #die "horribly";
    
    #BEGIN { die "horribly"; }