From: Karl Williamson Date: Tue, 19 Apr 2011 03:42:18 +0000 (-0600) Subject: perlop: Update for some 5.14 changes X-Git-Tag: accepted/trunk/20130322.191538~4384 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=006671a67d63718163a0f4771c9dc358db053aad;p=platform%2Fupstream%2Fperl.git perlop: Update for some 5.14 changes --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 3279e81..5dfecea 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1359,9 +1359,7 @@ true if it succeeds, false if it fails. If no string is specified via the C<=~> or C operator, the $_ string is searched. (The string specified with C<=~> need not be an lvalue--it may be the result of an expression evaluation, but remember the C<=~> binds -rather tightly.) See also L. See L for -discussion of additional considerations that apply when C -is in effect. +rather tightly.) See also L. Options are as described in C above; in addition, the following match process modifiers are available: @@ -1593,8 +1591,6 @@ at run-time. If you want the pattern compiled only once the first time the variable is interpolated, use the C option. If the pattern evaluates to the empty string, the last successfully executed regular expression is used instead. See L for further explanation on these. -See L for discussion of additional considerations that apply -when C is in effect. Options are as with m// with the addition of the following replacement specific options: