Help for this page

Select Code to Download


  1. or download this
    $SIG{'__DIE__'} = \&my_die_handler;
    
  2. or download this
    eval {
      local $SIG{'__DIE__'} = 'DEFAULT';
      $dbh->nsql;
    }