From e2b457c0a2a1b829d40d2ab9e84c76fa3641aaba Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 11 Feb 2011 13:36:58 -0800 Subject: [PATCH] perldata: retitle a section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The ‘Array Joining Delimiter’ section is about array interpolation in general, not just the $" variable. --- pod/perldata.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldata.pod b/pod/perldata.pod index 8fb7ad1..a79ca65 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. -=head3 Array Joining Delimiter +=head3 Array Interpolation X X X<$"> Arrays and slices are interpolated into double-quoted strings -- 1.8.3.1