1CGI::Ex::Die(3) User Contributed Perl Documentation CGI::Ex::Die(3)
2
3
4
6 CGI::Ex::Die - A CGI::Carp::FatalsToBrowser type utility.
7
9 version 2.50
10
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
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
26 This module may distributed under the same terms as Perl itself.
27
29 Paul Seamons <perl at seamons dot com>
30
31
32
33perl v5.34.0 2022-01-20 CGI::Ex::Die(3)