From 1311257d4a9d6658601042091e01e40ba8b3a56d Mon Sep 17 00:00:00 2001 From: brian d foy Date: Thu, 16 Sep 2010 02:57:18 -0500 Subject: [PATCH] * Add the missing $" --- pod/perlvar.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pod/perlvar.pod b/pod/perlvar.pod index c138f760..f786d12 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -193,6 +193,15 @@ in L. Mnemonic: comma (the syntactic subscript separator) is a semi-semicolon. +=item $LIST_SEPARATOR + +=item $" +X<$"> X<$LIST_SEPARATOR> + +This is like C<$,> except that it applies to array and slice values +interpolated into a double-quoted string (or similar interpreted +string). Default is a space. (Mnemonic: obvious, I think.) + =item ${^ENCODING} X<$^ENCODING> -- 2.7.4