From 7c36658b988154cf97fb44e48a4b69859fe075fb Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Mon, 8 Oct 2001 13:00:14 -0400 Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT} Message-ID: <20011008170014.L17083@blackrider> p4raw-id: //depot/perl@12367 --- pod/perlvar.pod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pod/perlvar.pod') 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 -- cgit v1.2.1