Change 34389 by [EMAIL PROTECTED] on 2008/09/21 17:25:32
Subject: [PATCH] Re: [perl #59128] Typo in perldsc(1)
From: Moritz Lenz <[EMAIL PROTECTED]>
Date: Sun, 21 Sep 2008 17:47:11 +0200
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perldsc.pod#16 edit
Differences ...
==== //depot/perl/pod/perldsc.pod#16 (text) ====
Index: perl/pod/perldsc.pod
--- perl/pod/perldsc.pod#15~28780~ 2006-09-04 06:12:20.000000000 -0700
+++ perl/pod/perldsc.pod 2008-09-21 10:25:32.000000000 -0700
@@ -71,8 +71,8 @@
=head1 REFERENCES
X<reference> X<dereference> X<dereferencing> X<pointer>
-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
End of Patch.