perldata: retitle a section
authorFather Chrysostomos <sprout@cpan.org>
Fri, 11 Feb 2011 21:36:58 +0000 (13:36 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 11 Feb 2011 22:07:23 +0000 (14:07 -0800)
The â€˜Array Joining Delimiter’ section is about array interpolation in
general, not just the $" variable.

pod/perldata.pod

index 8fb7ad1..a79ca65 100644 (file)
@@ -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