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 815d0d1 commit 96cf1a9Copy full SHA for 96cf1a9
pod/perldiag.pod
@@ -5502,7 +5502,7 @@ You probably wrote something like this:
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\'>
+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