diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2001-03-09 13:49:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-09 14:38:56 +0000 |
commit | 880126b2f51f41c286903943b150788041f8055f (patch) | |
tree | bc6507fa14063a22f27503c74bc21bfb9ed56af1 /pod | |
parent | 0f4907e101cb8d3900d5ea7a21650ffc526a41ec (diff) | |
download | perl-880126b2f51f41c286903943b150788041f8055f.tar.gz |
Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
p4raw-id: //depot/perl@9087
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlrun.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 4a4c957a50..aa2f06d0e2 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -323,6 +323,7 @@ equivalent to B<-Dtls>): 32768 D Cleaning up 65536 S Thread synchronization 131072 T Tokenising + 262144 R Include reference counts of dumped variables (eg when using -Ds) All these flags require B<-DDEBUGGING> when you compile the Perl executable. See the F<INSTALL> file in the Perl source distribution |