This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19a1cd1
)
[perl #24343] [PATCH] -w vs. -s
author
Steve Peters
<steve@fisharerojo.org>
Tue, 14 Dec 2004 06:41:34 +0000
(06:41 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 14 Dec 2004 10:22:48 +0000
(10:22 +0000)
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
pod/perlrun.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrun.pod
b/pod/perlrun.pod
index
04cbf6c
..
22f8d35
100644
(file)
--- 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>