X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlrun.pod;h=22f8d35e5db091fd2766eb69e0b3603ba93a77d3;hb=2810d90162dc487ea10933114344f32d14b3d619;hp=029b09bbba194289427e4a43b769568d5ea1305d;hpb=fa11829f4b6d56533794dd127f3d1068d9593670;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 029b09b..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> @@ -1215,7 +1216,7 @@ L and in F in the Perl source distribution. In Perls 5.8.1 and later. If set to C the pre-Perl-5.8.0 signals behaviour (immediate but unsafe) is restored. If set to C the safe (or deferred) signals are used. -See L. +See L. =item PERL_UNICODE