Searched defs:fatalsToBrowser (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm20 use CGI::Carp qw(fatalsToBrowser);
108 import the special "fatalsToBrowser" subroutine:
110 use CGI::Carp qw(fatalsToBrowser);
119 Note that fatalsToBrowser may B<not> work well with mod_perl version 2.0
130 use CGI::Carp qw(fatalsToBrowser set_message);
137 use CGI::Carp qw(fatalsToBrowser set_message);
152 If fatalsToBrowser in conjunction with set_message does not provide
177 the behavior of fatalsToBrowser, so you must use this or that, not
180 Using set_die_handler() sets SIG{__DIE__} (as does fatalsToBrowser),
188 A problem sometimes encountered when using fatalsToBrowser i
525 sub fatalsToBrowser { subroutine
[all...]

Completed in 27 milliseconds