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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm16 sub carp { subroutine
18 goto &Carp::carp;
55 carp "$svtype package attribute$s " .
H A DCarp.pm7 carp - warn of errors (from perspective of caller)
16 shortmess - return the message that carp and croak produce
37 call in the call-stack. For a shorter message you can use carp,
79 reporting the error where you call carp/croak/shortmess.)
86 and a carp as a cluck across I<all> modules. In other words, force a
116 # either, and will not report calls *to* these packages for carp and
123 $CarpLevel = 0; # How many extra package levels to skip on carp.
134 @EXPORT = qw(confess croak carp);
171 # shortmess() is called by carp() and croak() to skip all the way up to
188 # or simply report the caller's package (croak() and carp()), respectivel
193 sub carp { warn shortmess @_ } subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm13 carp "It was your fault!";
36 And the standard warn(), die (), croak(), confess() and carp() calls
285 really custom error messages. croak and carp are now
343 @EXPORT = qw(confess croak carp);
504 sub carp { CGI::Carp::warn Carp::shortmess @_; } subroutine

Completed in 30 milliseconds