diff --git a/pod/perlop.pod b/pod/perlop.pod index a1d19b1a6970..a04ee7b6d042 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -2272,6 +2272,8 @@ The bottom line is that using C is almost never a good idea. =item The empty pattern C +(This subsection applies to 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).