From: David Golden Date: Wed, 24 Nov 2010 19:51:27 +0000 (-0500) Subject: minor amendment to documentation of ?PATTERN? X-Git-Tag: accepted/trunk/20130322.191538~6606 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55d389e7b5f7bc71c43841a47bda16dba06579f5;p=platform%2Fupstream%2Fperl.git minor amendment to documentation of ?PATTERN? --- diff --git a/pod/perlop.pod b/pod/perlop.pod index b31b9be..2595e21 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1529,6 +1529,8 @@ Here is the output (split into several lines): =item m?PATTERN? X X +=item ?PATTERN? + This is just like the C search, except that it matches only once between calls to the reset() operator. This is a useful optimization when you want to see only the first occurrence of @@ -1549,7 +1551,7 @@ C; with any other delimiter this is the normal C operator. For historical reasons, the leading C in C is optional, but the resulting C syntax is deprecated, will warn on usage and may be removed from a future stable release of Perl without -notice. +further notice. =item s/PATTERN/REPLACEMENT/msixpogcer X X X X