diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-11-16 22:08:44 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-11-16 22:08:44 +0000 |
commit | 287a822c675abc6308357941862beda584b38a68 (patch) | |
tree | 441b33ff66343313813beed893cb2e90bdaed06f /pod | |
parent | 5a6c59efdb6adbea810f12ca2ce4a559f52eca2e (diff) | |
download | perl-287a822c675abc6308357941862beda584b38a68.tar.gz |
Correction to change #18152, by Dave Mitchell.
p4raw-link: @18152 on //depot/perl: 5a6c59efdb6adbea810f12ca2ce4a559f52eca2e
p4raw-id: //depot/perl@18154
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlhack.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 023c243843..ffe81671e8 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -2064,8 +2064,8 @@ For example, for "third-degreed" Perl: (Note: the mod_perl apache module uses also this environment variable for its own purposes and extended its semantics. Refer to the mod_perl -documentation for more information. Also, spawned threads set this -variable to the value 2.) +documentation for more information. Also, spawned threads do the +equivalent of setting this variable to the value 1.) If, at the end of a run you get the message I<N scalars leaked>, you can recompile with C<-DDEBUG_LEAKING_SCALARS>, which will cause |