From: Moritz Lenz Date: Sun, 21 Sep 2008 17:47:11 +0000 (+0200) Subject: Re: [perl #59128] Typo in perldsc(1) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f025261d8f70ac2f0016b18c50f188dbd855516;p=p5sagit%2Fp5-mst-13.2.git Re: [perl #59128] Typo in perldsc(1) Message-ID: <48D66C7F.6000602@casella.verplant.org> p4raw-id: //depot/perl@34389 --- diff --git a/pod/perldsc.pod b/pod/perldsc.pod index fd6403b..623e367 100644 --- a/pod/perldsc.pod +++ b/pod/perldsc.pod @@ -71,8 +71,8 @@ these types of data structures. =head1 REFERENCES X X X X -The most important thing to understand about all data structures in Perl --- including multidimensional arrays--is that even though they might +The most important thing to understand about all data structures in +Perl--including multidimensional arrays--is that even though they might appear otherwise, Perl C<@ARRAY>s and C<%HASH>es are all internally one-dimensional. They can hold only scalar values (meaning a string, number, or a reference). They cannot directly contain other arrays or