Searched refs:Fatal (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFatal.t10 use Fatal qw(open close :void opendir);
H A DFatal.pm1 package Fatal; package
97 croak "Bad subroutine name for Fatal: $name" unless $name =~ /^\w+$/;
142 Fatal - replace functions with equivalents which succeed or die
146 use Fatal qw(open close);
149 import Fatal 'juggle';
153 C<Fatal> provides a way to conveniently replace functions which normally
159 The do-or-die equivalents are set up simply by calling Fatal's
170 use Fatal qw/:void open close/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm21 die "Fatal error messages are now sent to browser";
113 Fatal errors will now be echoed to the browser as well as to the log. CGI::Carp
203 die "Fatal error messages not sent browser"

Completed in 16 milliseconds