summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRonald J. Kimball <rjk@linguist.dartmouth.edu>2001-10-08 18:18:23 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-09 01:23:08 +0000
commitc212f17ff77261a4792bfbd46a1471e8c17417e0 (patch)
treebc63ecd0dad4343fa55889420623386383c602d9 /pod
parentbc06af7496abc68809dea149d963eea3f2e007f9 (diff)
downloadperl-c212f17ff77261a4792bfbd46a1471e8c17417e0.tar.gz
Re: [PATCH mg.c gv.c and others] ${^TAINT}
Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@12370
Diffstat (limited to 'pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index aec8215753..bcd09fdadb 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -1041,7 +1041,7 @@ and B<-C> filetests are based on this value.
=item ${^TAINT}
-Reflects if taint mode is on or off (ie. if the program was run with
+Reflects if taint mode is on or off (i.e. if the program was run with
B<-T> or not). True for on, false for off.
=item $PERL_VERSION