diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 6e9021157ab1..5baf11db7635 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -8484,7 +8484,7 @@ However, this: uses empty string matches as separators; thus, the empty string may be used to split EXPR into a list of its component characters. -As a special case for CPATTERNE,EXPR,LIMIT>, +As a special case for C, the empty pattern given in L syntax (C) specifically matches the empty string, which is contrary to its usual @@ -8499,7 +8499,7 @@ Cm> and any of the other pattern modifiers valid for C specified explicitly. As another special case, -CPATTERNE,EXPR,LIMIT> emulates the default +C emulates the default behavior of the command line tool B when the PATTERN is either omitted or a string composed of a single space character (such as S> or