From 006671a67d63718163a0f4771c9dc358db053aad Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 18 Apr 2011 21:42:18 -0600 Subject: [PATCH] perlop: Update for some 5.14 changes --- pod/perlop.pod | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: -- 2.7.4