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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm18 longmess - return the message that cluck and confess produce
29 print FH Carp::longmess("This will have stack backtrace added");
36 cluck, confess, and longmess that context is a summary of every
130 $Verbose = 0; # If true then make shortmess call longmess instead
135 @EXPORT_OK = qw(cluck verbose longmess shortmess);
151 # longmess() crawls all the way up the stack reporting on all the function
153 # arguments passed into longmess() via confess(), cluck() or shortmess().
157 sub longmess { subroutine
173 # and cluck() generate a full stack trace so they call longmess() to
174 # generate that. In verbose mode shortmess() calls longmess() s
[all...]

Completed in 732 milliseconds