diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-10-08 13:00:14 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-08 21:10:49 +0000 |
commit | 7c36658b988154cf97fb44e48a4b69859fe075fb (patch) | |
tree | 5c939a5aaf82b6ae8284451a698a7174bfb22152 /pod/perlvar.pod | |
parent | 9b6f56add0290d5abf1a0544e71e01681e6e1beb (diff) | |
download | perl-7c36658b988154cf97fb44e48a4b69859fe075fb.tar.gz |
Re: [PATCH mg.c gv.c and others] ${^TAINT}
Message-ID: <20011008170014.L17083@blackrider>
p4raw-id: //depot/perl@12367
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 6f9bd8d3a6..aec8215753 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1039,6 +1039,11 @@ The time at which the program began running, in seconds since the epoch (beginning of 1970). The values returned by the B<-M>, B<-A>, 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 +B<-T> or not). True for on, false for off. + =item $PERL_VERSION =item $^V |