Help for this page

Select Code to Download


  1. or download this
    eval {
     #code you want to catch errors from
    };
    custom_error_handler($@) if $@;