Help for this page

Select Code to Download


  1. or download this
    use CGI::Carp qw(set_die_handler);
    BEGIN {
    ...
        }
        set_die_handler(\&handle_errors);
    }