We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31e6c6 commit 42a09c0Copy full SHA for 42a09c0
pod/perldiag.pod
@@ -5501,8 +5501,8 @@ You probably wrote something like this:
5501
another
5502
);
5503
5504
-expecting to get a two elements list containing the strings C<'a string'>
5505
-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\'>
5506
(with a literal backslash), C<'string'> and C<'another'>.
5507
5508
If you really want whitespace in your strings, build your list the
0 commit comments