CGI::Ex::Die.3pm

Langue: en

Version: 2008-09-15 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

   use CGI::Ex::Die;
   $SIG{__DIE__} = \&CGI::Ex::Die::die_handler;
 
   # OR #
 
   use CGI::Ex::Die register => 1;
 
 

DESCRIPTION

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

LICENSE

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

AUTHORS

Paul Seamons <perl at seamons dot com>