Change 23648 by [EMAIL PROTECTED] on 2004/12/14 10:22:48

        Subject: [perl #24343] [PATCH] -w vs. -s 
        From: "Steve Peters via RT" <[EMAIL PROTECTED]>
        Date: 14 Dec 2004 06:41:34 -0000
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlrun.pod#128 edit

Differences ...

==== //depot/perl/pod/perlrun.pod#128 (text) ====
Index: perl/pod/perlrun.pod
--- perl/pod/perlrun.pod#127~23534~     Wed Nov 24 08:09:42 2004
+++ perl/pod/perlrun.pod        Tue Dec 14 02:22:48 2004
@@ -730,7 +730,8 @@
     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>
 
End of Patch.

Reply via email to