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 | 04932ac8f7d72810cce59c52976ab33010e88b99 (patch) | |
tree | bc6507fa14063a22f27503c74bc21bfb9ed56af1 /pod/perlrun.pod | |
parent | 1dfe7606714789cb685cd524877388fe1e9008b4 (diff) | |
download | perl-04932ac8f7d72810cce59c52976ab33010e88b99.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/perlrun.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 |