[perl #24343] [PATCH] -w vs. -s
Steve Peters [Tue, 14 Dec 2004 06:41:34 +0000 (06:41 +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

index 04cbf6c..22f8d35 100644 (file)
@@ -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>