This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f062ea6
)
A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 9 May 2002 10:19:04 +0000
(10:19 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 9 May 2002 10:19:04 +0000
(10:19 +0000)
p4raw-id: //depot/perl@16519
pod/perlhack.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlhack.pod
b/pod/perlhack.pod
index
74d8354
..
97772b8
100644
(file)
--- a/
pod/perlhack.pod
+++ b/
pod/perlhack.pod
@@
-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.