diff --git a/pod/perlop.pod b/pod/perlop.pod index a1d19b1a6970..c1b83bcbc0be 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -2272,6 +2272,9 @@ The bottom line is that using C is almost never a good idea. =item The empty pattern C +(This subsection applies to C, C, and C, but not to +C.) + If the I evaluates to the empty string, the last I matched regular expression in the current dynamic scope is used instead (see also L).