From: Stephen P. Potter Date: Wed, 30 May 2001 13:59:34 +0000 (-0400) Subject: Re: [ID 20010529.002] typos in man page perlre X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6e13d972c8df45251560436cb8294ed298c5bb0;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20010529.002] typos in man page perlre Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org> p4raw-id: //depot/perl@11511 --- diff --git a/pod/perlre.pod b/pod/perlre.pod index c295f60..25beb24 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -791,7 +791,7 @@ and the first "bar" thereafter. got Here's another example: let's say you'd like to match a number at the end -of a string, and you also want to keep the preceding of part the match. +of a string, and you also want to keep the preceding part of the match. So you write this: $_ = "I have 2 numbers: 53147";