CGI::Ex::Die - A CGI::Carp::FatalsToBrowser type utility.
version 2.54
use CGI::Ex::Die; $SIG{__DIE__} = \&CGI::Ex::Die::die_handler; # OR # use CGI::Ex::Die register => 1;
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.
This module may distributed under the same terms as Perl itself.
Paul Seamons <perl at seamons dot com>
To install CGI::Ex, copy and paste the appropriate command in to your terminal.
cpanm
cpanm CGI::Ex
CPAN shell
perl -MCPAN -e shell install CGI::Ex
For more information on module installation, please visit the detailed CPAN module installation guide.