From: Steve Peters Date: Tue, 14 Dec 2004 06:41:34 +0000 (+0000) Subject: [perl #24343] [PATCH] -w vs. -s X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50b5b186141ccaf04acbfb9dc2601e0d07b6fb4a;p=p5sagit%2Fp5-mst-13.2.git [perl #24343] [PATCH] -w vs. -s From: "Steve Peters via RT" Message-ID: p4raw-id: //depot/perl@23648 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 04cbf6c..22f8d35 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. +with C. 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>