From 1843fd2842255f58e25696dd6af96d55308b222c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 13 Jul 2007 15:18:59 +0000 Subject: Comment out links to docs that don't exist yet. p4raw-id: //depot/perl@31613 --- pod/perlrebackslash.pod | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'pod/perlrebackslash.pod') diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod index e5f6ff5d51..bb32d06394 100644 --- a/pod/perlrebackslash.pod +++ b/pod/perlrebackslash.pod @@ -319,9 +319,10 @@ Mnemonic: I

roperty. If capturing parenthesis are used in a regular expression, we can refer to the part of the source string that was matched, and match exactly the -same thing. (Full details are discussed in L). There are -three ways of referring to such I: absolutely, relatively, -and by name. +same thing. There are three ways of referring to such I: +absolutely, relatively, and by name. + +=for later add link to perlrecapture =head3 Absolute referencing @@ -426,7 +427,9 @@ remember where in the source string the last match ended, and the next time, it will start the match from where it ended the previous time. C<\G> matches the point where the previous match ended, or the beginning -of the string if there was no previous match. See also L. +of the string if there was no previous match. + +=for later add link to perlremodifiers Mnemonic: Ilobal. -- cgit v1.2.1