summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2010-09-16 02:57:18 -0500
committerbrian d foy <brian.d.foy@gmail.com>2010-11-01 22:24:12 -0500
commit1311257d4a9d6658601042091e01e40ba8b3a56d (patch)
treeb2743a11314bde4085cc436bfd7f268205ebeca7 /pod
parentb0c2243822f6f9145ac7097c0cea177bb618f78f (diff)
downloadperl-1311257d4a9d6658601042091e01e40ba8b3a56d.tar.gz
* Add the missing $"
Diffstat (limited to 'pod')
-rw-r--r--pod/perlvar.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index c138f76095..f786d12d02 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -193,6 +193,15 @@ in L<perllol>.
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>