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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm9 cluck - warn of errors with stack backtrace
18 longmess - return the message that cluck and confess produce
25 use Carp qw(cluck);
26 cluck "This is how we got here!";
36 cluck, confess, and longmess that context is a summary of every
86 and a carp as a cluck across I<all> modules. In other words, force a
135 @EXPORT_OK = qw(cluck verbose longmess shortmess);
153 # arguments passed into longmess() via confess(), cluck() or shortmess().
173 # and cluck() generate a full stack trace so they call longmess() to
187 # whether they should generate a full stack trace (confess() and cluck())
194 sub cluck { warn longmess @_ } subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm17 use CGI::Carp qw(cluck);
18 cluck "I wouldn't do that if I were you";
296 1.13 Added cluck() to make the module orthogonal with Carp.
344 @EXPORT_OK = qw(carpout fatalsToBrowser warningsToBrowser wrap set_message set_die_handler set_progname cluck ^name= die);
505 sub cluck { CGI::Carp::warn Carp::longmess @_; } subroutine

Completed in 18 milliseconds