From: Robin Barker Date: Wed, 27 Feb 2002 14:39:35 +0000 (+0000) Subject: Re: [ID 20020227.003] minor text imperfection in perlrun manpage X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f6995f0a0a7af0be70f8cfe4c6900a6717c7a66;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20020227.003] minor text imperfection in perlrun manpage Message-Id: <200202271439.OAA25005@tempest.npl.co.uk> p4raw-id: //depot/perl@14893 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 7c56788..0a709bd 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -545,7 +545,7 @@ Here is an efficient way to delete all files older than a week: This is faster than using the B<-exec> switch of B because you don't have to start a process on every filename found. It does suffer from the bug of mishandling newlines in pathnames, which you can fix if -you +you follow the example under B<-0>. C and C blocks may be used to capture control before or after the implicit program loop, just as in B.