From b62d2d15211eac1c5b0041f838bdf37abe63e1ac Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Mon, 4 Dec 2006 15:47:07 +0100 Subject: [PATCH] Minor pod nit in perlre. Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com> p4raw-id: //depot/perl@29450 --- pod/perlre.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlre.pod b/pod/perlre.pod index 556909f..a876211 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -1315,8 +1315,6 @@ Once the 'aaab' at the start of the string has matched, and the C<(*SKIP)> executed, the next startpoint will be where the cursor was when the C<(*SKIP)> was executed. -As a shortcut C<(*MARK:NAME)> can be written C<(*:NAME)>. - =item C<(*MARK:NAME)> C<(*:NAME)> X<(*MARK)> C<(*MARK:NAME)> C<(*:NAME)> @@ -1349,6 +1347,8 @@ C<(*MARK:NAME)>. See C<(*SKIP)> for more details. +As a shortcut C<(*MARK:NAME)> can be written C<(*:NAME)>. + =item C<(*THEN)> C<(*THEN:NAME)> This is similar to the "cut group" operator C<::> from Perl6. Like -- 2.7.4