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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
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/;

Completed in 21 milliseconds