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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm1 package Carp; package
22 use Carp;
25 use Carp qw(cluck);
28 print FH Carp::shortmess("This will have caller's details added");
29 print FH Carp::longmess("This will have stack backtrace added");
33 The Carp routines are useful in your own modules because
78 Any call to Carp is safe. (This rule is what keeps it from
85 As a debugging aid, you can force Carp to treat a croak as a confess
100 The Carp routines don't handle exception objects currently.
113 # Carp wil
[all...]
H A Dperl5db.pl958 $Carp::CarpLevel,
7235 if (defined &Carp::longmess) {
7241 local $Carp::CarpLevel = 2; # mydie + confess
7244 &warn(Carp::longmess("Signal @_"));
7247 # No Carp. Tell us about the signal as best we can.
7259 The debugger's own default C<$SIG{__WARN__}> handler. We load C<Carp> to
7276 # Load Carp if we can. If $^S is false (current thing being compiled isn't
7278 eval { require Carp }
7282 # Use the core warn() unless Carp loaded OK.
7286 unless defined &Carp
7354 package Carp; # Do not include us in the list package
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Carp/
H A DHeavy.pm0 # Carp::Heavy uses some variables in common with Carp.
2 package Carp; package
6 Carp::Heavy - heavy machinery, no user serviceable parts inside
13 use Carp; our $VERSION = $Carp::VERSION;
29 my $sub_name = Carp::get_subname(\%call_info);
31 my @args = map {Carp::format_arg($_)} @DB::args;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm1 package CGI::Carp;
5 B<CGI::Carp> - CGI routines for writing to the HTTPD (or other) error log
9 use CGI::Carp;
17 use CGI::Carp qw(cluck);
20 use CGI::Carp qw(fatalsToBrowser);
30 use Carp;
34 use CGI::Carp
58 use CGI::Carp qw(carpout);
66 use CGI::Carp qw(carpout);
76 The real STDERR is not closed -- it is moved to CGI::Carp
[all...]

Completed in 181 milliseconds