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 develā€
18       oper, should errors occur.  This is a stub phase module.  More features
19       (error notification, custom error page, etc) will be added later.
20

LICENSE

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

AUTHORS

25       Paul Seamons <perl at seamons dot com>
26
27
28
29perl v5.8.8                       2007-10-18                   CGI::Ex::Die(3)
Impressum