summaryrefslogtreecommitdiff
path: root/pod/perldata.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-02-11 13:36:58 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-02-11 14:07:23 -0800
commite2b457c0a2a1b829d40d2ab9e84c76fa3641aaba (patch)
treea4c8ce107b18632ca53a194720e30cab6e70dfd2 /pod/perldata.pod
parentd411c85d23cd217cfd98d1fa22f96554128fafb5 (diff)
downloadperl-e2b457c0a2a1b829d40d2ab9e84c76fa3641aaba.tar.gz
perldata: retitle a section
The ‘Array Joining Delimiter’ section is about array interpolation in general, not just the $" variable.
Diffstat (limited to 'pod/perldata.pod')
-rw-r--r--pod/perldata.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldata.pod b/pod/perldata.pod
index 8fb7ad19a2..a79ca65cc2 100644
--- a/pod/perldata.pod
+++ b/pod/perldata.pod
@@ -452,7 +452,7 @@ produces a compile-time error instead. The restriction lasts to the
end of the enclosing block. An inner block may countermand this
by saying C<no strict 'subs'>.
-=head3 Array Joining Delimiter
+=head3 Array Interpolation
X<array, interpolation> X<interpolation, array> X<$">
Arrays and slices are interpolated into double-quoted strings