summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-12 07:38:16 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-12 07:38:16 +0000
commit74288ac80044d4682050dc85f8309429977cc884 (patch)
tree5debc814cf6c36734f29872af73d9058ff9e5e61 /pod
parent35cd451c5a1303394968903750cc3b3a1a6bc892 (diff)
downloadperl-74288ac80044d4682050dc85f8309429977cc884.tar.gz
PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
p4raw-id: //depot/perl@2880
Diffstat (limited to 'pod')
-rw-r--r--pod/perlrun.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 6ea5a1dbfb..8a572570cb 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -686,7 +686,8 @@ Command-line options (switches). Switches in this variable are taken
as if they were on every Perl command line. Only the B<-[DIMUdmw]>
switches are allowed. When running taint checks (because the script
was running setuid or setgid, or the B<-T> switch was used), this
-variable is ignored.
+variable is ignored. If PERL5OPT begins with B<-T>, tainting will be
+enabled, and any subsequent options ignored.
=item PERLLIB