Searched defs:die (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Carp.pm | 15 die "I'm dying.\n"; 21 die "Fatal error messages are now sent to browser"; 36 And the standard warn(), die (), croak(), confess() and carp() calls 68 die("Unable to open mycgi-log: $!\n"); 107 If you want to send fatal (die, confess) errors to the browser, ask to 111 die "Bad error here"; 135 of the error message that caused the script to die. Example: 155 calls "die", has a syntax error, or dies unexpectedly at runtime 189 when a C<die()> is done inside an C<eval> body or expression. 196 By setting C<$CGI::Carp::TO_BROWSER> to 0 you can suppress printing the C<die> message 448 sub die { subroutine [all...] |
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/ |
H A D | randtest.c | 101 static void die(ea_file_t *f, const char *msg) function 147 die(f, "ea_previous_object"); 161 die(f, "ea_next_object"); 175 die(f, "ea_get_object"); 190 die(f, "ea_get_object");
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | embed.h | 176 #define die Perl_die macro 5140 # define die Perl_die_nocontext macro
|
Completed in 49 milliseconds