Change 11511 by jhi@alpha on 2001/07/31 03:01:49
Subject: Re: [ID 20010529.002] typos in man page perlre
From: "Stephen P. Potter" <[EMAIL PROTECTED]>
Date: Wed, 30 May 2001 13:59:34 -0400
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlre.pod#66 edit
Differences ...
==== //depot/perl/pod/perlre.pod#66 (text) ====
Index: perl/pod/perlre.pod
--- perl/pod/perlre.pod.~1~ Mon Jul 30 21:15:05 2001
+++ perl/pod/perlre.pod Mon Jul 30 21:15:05 2001
@@ -791,7 +791,7 @@
got <d is under the >
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";
End of Patch.