Stephen P. Potter [Wed, 30 May 2001 13:59:34 +0000 (09:59 -0400)]
Message-Id: <
20010530175939.59DEC729E1@belgarath.spotter.yi.org>
p4raw-id: //depot/perl@11511
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";