projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d020d
)
Document that ${^TAINT} is read-only.
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 9 Jan 2003 21:03:07 +0000
(21:03 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 9 Jan 2003 21:03:07 +0000
(21:03 +0000)
p4raw-id: //depot/perl@18467
pod/perlvar.pod
patch
|
blob
|
history
diff --git
a/pod/perlvar.pod
b/pod/perlvar.pod
index
271633e
..
08235c2
100644
(file)
--- a/
pod/perlvar.pod
+++ b/
pod/perlvar.pod
@@
-1107,7
+1107,7
@@
and B<-C> filetests are based on this value.
Reflects if taint mode is on or off. 1 for on (the program was run with
B<-T>), 0 for off, -1 when only taint warnings are enabled (i.e. with
-B<-t> or B<-TU>).
+B<-t> or B<-TU>).
This variable is read-only.
=item $PERL_VERSION