From: Yves Orton Date: Mon, 4 Dec 2006 14:47:07 +0000 (+0100) Subject: Minor pod nit in perlre. X-Git-Tag: accepted/trunk/20130322.191538~16449 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b62d2d15211eac1c5b0041f838bdf37abe63e1ac;p=platform%2Fupstream%2Fperl.git Minor pod nit in perlre. Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com> p4raw-id: //depot/perl@29450 --- 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