diff options
-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 |