diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-08-09 01:35:36 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-15 14:39:00 +0000 |
commit | ecae49c0159ae97ce603c12b29343825a18c1cf1 (patch) | |
tree | 8eb613c65db9c76c9409a2b79d6310981705ea87 /pod/perlrun.pod | |
parent | b4bb75a86da28602798e256d17a5b953131d0cfb (diff) | |
download | perl-ecae49c0159ae97ce603c12b29343825a18c1cf1.tar.gz |
Re: Storable Error
Message-ID: <20030809003535.C20130@plum.flirble.org>
p4raw-id: //depot/perl@21729
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 18ddbd5a90..4c74581a08 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -390,6 +390,8 @@ B<-D14> is equivalent to B<-Dtls>): 524288 J Do not s,t,P-debug (Jump over) opcodes within package DB 1048576 v Verbose: use in conjunction with other flags 2097152 C Copy On Write + 4194304 A Consistency checks on internal structures + 8388608 q quiet - currently only suppressed the "EXECUTING" message All these flags require B<-DDEBUGGING> when you compile the Perl executable (but see L<Devel::Peek>, L<re> which may change this). |