diff options
author | Robin Barker <RMBarker@cpan.org> | 2002-02-27 14:39:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-27 13:49:59 +0000 |
commit | 1f6995f0a0a7af0be70f8cfe4c6900a6717c7a66 (patch) | |
tree | 498473df93565a0c5704802f35e66b2f50da9da4 /pod | |
parent | 5cb3728cfe288ad05e8d10c8176f72378da2238f (diff) | |
download | perl-1f6995f0a0a7af0be70f8cfe4c6900a6717c7a66.tar.gz |
Re: [ID 20020227.003] minor text imperfection in perlrun manpage
Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
p4raw-id: //depot/perl@14893
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 7c567887a9..0a709bdcee 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<find> 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<BEGIN> and C<END> blocks may be used to capture control before or after the implicit program loop, just as in B<awk>. |