diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-18 23:59:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-18 23:59:31 +0000 |
commit | 64cea5fd15e12c83d54ce3dfffefd610e449e8c6 (patch) | |
tree | 82beccec695074f8f19eac1f7677777046e52d13 /pod/perlrun.pod | |
parent | ec861bc19fa3da942464628dd3e86e9b82994ca4 (diff) | |
download | perl-64cea5fd15e12c83d54ce3dfffefd610e449e8c6.tar.gz |
Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
p4raw-id: //depot/perl@9218
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 3170df4ccc..0bfcaff3b8 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -830,7 +830,7 @@ after compilation. Relevant only if your perl executable was built with B<-DDEBUGGING>, this controls the behavior of global destruction of objects and other -references. +references. See L<perlhack/PERL_DESTRUCT_LEVEL> for more information. =item PERL_ROOT (specific to the VMS port) |