Help for this page

Select Code to Download


  1. or download this
    eval {
     # your code that may die
    ...
    if ( $@ ) {
      your_error_catcher( $@ );
    }