|
NAMECGI::Ex::Die - A CGI::Carp::FatalsToBrowser type utility. VERSIONversion 2.55 SYNOPSIS use CGI::Ex::Die;
$SIG{__DIE__} = \&CGI::Ex::Die::die_handler;
# OR #
use CGI::Ex::Die register => 1;
DESCRIPTIONThis 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. LICENSEThis module may distributed under the same terms as Perl itself. AUTHORSPaul Seamons <perl at seamons dot com>
|