Searched refs:Carp (Results 1 - 25 of 187) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/
H A Dcrash.cgi3 use CGI::Carp qw(fatalsToBrowser);
H A Ddiff_upload.cgi7 use CGI::Carp;
H A Dfile_upload.cgi6 use CGI::Carp qw/fatalsToBrowser/;
H A Dmonty.cgi4 use CGI::Carp qw/fatalsToBrowser/;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Exporter/
H A DHeavy.pm8 $Carp::Internal{"Exporter::Heavy"} = 1;
25 # We go to a lot of trouble not to 'require Carp' at file scope,
26 # because Carp requires Exporter, and something has to give.
46 require Carp;
47 local $Carp::CarpLevel = 1; # ignore package calling us too.
48 Carp::carp($text);
55 require Carp;
56 local $Carp::CarpLevel = 1; # ignore package calling us too.
57 Carp::croak("$_[0]Illegal null symbol in \@${1}::EXPORT")
154 require Carp;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DStorable.pm18 require Carp if $Verbose;
34 require Carp if $Verbose;
41 require Carp if $Verbose;
48 require Carp if $Verbose;
55 require Carp if $Verbose;
H A DExpireFile.pm14 use Carp;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvars.pm19 require Carp;
20 Carp::croak("Can't declare individual elements of hash or array");
24 require Carp;
25 Carp::croak("'$_' is not a valid variable name under strict vars");
36 require Carp;
37 Carp::croak("'$_' is not a valid variable name");
40 require Carp;
41 Carp::croak("'$_' is not a valid variable name");
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 Dbase.pm87 require Carp;
88 Carp::croak(<<ERROR);
102 require Carp;
103 Carp::croak("Can't multiply inherit %FIELDS");
142 require Carp;
143 Carp::croak ("Inherited %FIELDS can't override existing %FIELDS");
H A Dfields.pm8 require Carp;
9 Carp::carp(@_);
57 require Carp;
65 Carp::croak("Field name '$f' already in use");
78 require Carp;
79 Carp::croak ("Reloaded module must declare all fields at once");
143 require Carp;
144 Carp::croak ("Expected at most two array refs\n");
150 require Carp;
151 Carp
[all...]
H A Dsort.pm22 require Carp;
23 Carp::croak("sort pragma requires arguments");
39 require Carp;
40 Carp::croak("sort: unknown subpragma '$_'");
48 require Carp;
49 Carp::croak("sort pragma requires arguments");
61 require Carp;
62 Carp::croak("sort: unknown subpragma '$_'");
H A Dwarnings.pm134 use Carp ();
297 delete $Carp::CarpInternal{'warnings'};
298 Carp::croak(@_);
467 Carp::croak($message)
470 Carp::carp($message) ;
486 Carp::croak($message)
490 Carp::carp($message) ;
H A Dconstant.pm36 require Carp;
37 Carp::croak("Invalid reference type '".ref(shift)."' not 'HASH'");
46 require Carp;
47 Carp::croak("Can't use undef as constant name");
57 require Carp;
58 Carp::croak("Constant name '$name' is forced into main::");
62 require Carp;
63 Carp::croak("Constant name '$name' begins with '__'");
85 require Carp;
87 Carp
[all...]
/opensolaris-onvv-gate/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);
74 The real STDERR is not closed -- it is moved to CGI::Carp
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcroak.t23 die "Oi! No! Don't change this test so that Carp is used before Storable"
24 if defined &Carp::carp;
H A Dst-dump.pl38 use Carp;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dbase.pm28 require Carp;
29 Carp::croak("Read failed: $!");
48 require Carp;
49 Carp::croak("Number of bits must be multiple of 8 for this algorithm");
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DAssert.pm29 A simple assert routine since we don't have Carp::Assert handy.
47 require Carp;
51 Carp::croak($msg);
62 L<Carp::Assert>
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DCJKConstants.pm12 use Carp;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dcompress.pm5 use Carp;
H A Dutf8.pm5 use Carp;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm5 use Carp qw();
85 Carp::croak("No packlist filename specified") if (! defined($packfile));
87 open($fh, "<$packfile") || Carp::croak("Can't open file $packfile: $!");
124 Carp::croak("No packlist filename specified") if (! defined($packfile));
126 open($fh, ">$packfile") || Carp::croak("Can't open file $packfile: $!");
225 .packlist does not exist, Carp::croak will be called.
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.pm93 use Carp;
106 local $Carp::CarpLevel = 2;

Completed in 204 milliseconds

12345678