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

VERSION

9       version 2.54
10

SYNOPSIS

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

DESCRIPTION

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

LICENSE

26       This module may distributed under the same terms as Perl itself.
27

AUTHORS

29       Paul Seamons <perl at seamons dot com>
30
31
32
33perl v5.36.0                      2022-07-22                   CGI::Ex::Die(3)
Impressum