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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm14 confess - die of errors with stack backtrace
18 longmess - return the message that cluck and confess produce
36 cluck, confess, and longmess that context is a summary of every
85 As a debugging aid, you can force Carp to treat a croak as a confess
124 # How many calls to skip on confess.
134 @EXPORT = qw(confess croak carp);
153 # arguments passed into longmess() via confess(), cluck() or shortmess().
172 # the top-level caller's package and report the error from there. confess()
187 # whether they should generate a full stack trace (confess() and cluck())
189 # confess() an
192 sub confess { die longmess @_ } subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm12 confess "It was my fault: $!";
36 And the standard warn(), die (), croak(), confess() and carp() calls
107 If you want to send fatal (die, confess) errors to the browser, ask to
343 @EXPORT = qw(confess croak carp);
502 sub confess { CGI::Carp::die Carp::longmess @_; } subroutine

Completed in 1001 milliseconds