diff options
author | Steve Peters <steve@fisharerojo.org> | 2004-12-14 06:41:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-12-14 10:22:48 +0000 |
commit | 50b5b186141ccaf04acbfb9dc2601e0d07b6fb4a (patch) | |
tree | 5419f3d7d75ec45c90a7d142b02d2d4c9ab31eab /pod/perlrun.pod | |
parent | 19a1cd1676ad60324d19ebf733410411423892b4 (diff) | |
download | perl-50b5b186141ccaf04acbfb9dc2601e0d07b6fb4a.tar.gz |
[perl #24343] [PATCH] -w vs. -s
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
p4raw-id: //depot/perl@23648
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 04cbf6ceea..22f8d35e5d 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -730,7 +730,8 @@ if it is invoked with B<-xyz=abc>. if ($xyz) { print "$xyz\n" } Do note that B<--help> creates the variable ${-help}, which is not compliant -with C<strict refs>. +with C<strict refs>. Also, when using this option on a script with +warnings enabled you may get a lot of spurious "used only once" warnings. =item B<-S> |