diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5bd5ee048c0d..e6250bd970ee 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -5501,8 +5501,8 @@ You probably wrote something like this: another ); -expecting to get a two elements list containing the strings C<'a string'> -and C<'another'>. Instead the list will hold four elements: C<'a\'> +expecting to get a two element list containing the strings C<'a string'> +and C<'another'>. Instead the list will hold three elements: C<'a\'> (with a literal backslash), C<'string'> and C<'another'>. If you really want whitespace in your strings, build your list the