A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
Rafael Garcia-Suarez [Thu, 9 May 2002 10:19:04 +0000 (10:19 +0000)]
p4raw-id: //depot/perl@16519

pod/perlhack.pod

index 74d8354..97772b8 100644 (file)
@@ -2022,6 +2022,10 @@ For example, for "third-degreed" Perl:
 
        env PERL_DESTRUCT_LEVEL=2 ./perl.third -Ilib t/foo/bar.t
 
+(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.)
+
 =head2 Profiling
 
 Depending on your platform there are various of profiling Perl.