Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pod/perldiag.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading