Change 18467 by rgs@rgs-home on 2003/01/09 21:03:07

        Document that ${^TAINT} is read-only.

Affected files ...

... //depot/perl/pod/perlvar.pod#111 edit

Differences ...

==== //depot/perl/pod/perlvar.pod#111 (text) ====
Index: perl/pod/perlvar.pod
--- perl/pod/perlvar.pod#110~18453~     Mon Jan  6 12:31:43 2003
+++ perl/pod/perlvar.pod        Thu Jan  9 13:03:07 2003
@@ -1107,7 +1107,7 @@
 
 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
 
End of Patch.

Reply via email to