1CGI::Ex::Die(3)       User Contributed Perl Documentation      CGI::Ex::Die(3)
2
3
4

NAME

6       CGI::Ex::Die - A CGI::Carp::FatalsToBrowser type utility.
7

SYNOPSIS

9         use CGI::Ex::Die;
10         $SIG{__DIE__} = \&CGI::Ex::Die::die_handler;
11
12         # OR #
13
14         use CGI::Ex::Die register => 1;
15

DESCRIPTION

17       This module is intended for showing more useful messages to the
18       developer, should errors occur.  This is a stub phase module.  More
19       features (error notification, custom error page, etc) will be added
20       later.
21

LICENSE

23       This module may distributed under the same terms as Perl itself.
24

AUTHORS

26       Paul Seamons <perl at seamons dot com>
27
28
29
30perl v5.28.1                      2018-12-07                   CGI::Ex::Die(3)
Impressum