X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlrun.pod;h=22f8d35e5db091fd2766eb69e0b3603ba93a77d3;hb=2810d90162dc487ea10933114344f32d14b3d619;hp=1d0d55b335f077455c5ba745e3da00c3abb2c2eb;hpb=2cbb2ee1d6d1dc9f375107de4b70573ece8a4e13;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 1d0d55b..22f8d35 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -616,7 +616,7 @@ Note that the lines are not printed by default. See B<-p> to have lines printed. If a file named by an argument cannot be opened for some reason, Perl warns you about it and moves on to the next file. -Here is an efficient way to delete all files that haven't been modifed for +Here is an efficient way to delete all files that haven't been modified for at least a week: find . -mtime +7 -print | perl -nle unlink @@ -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