This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32fd1c9
)
More o' them pesky typos fixed
author
Perl 5 Porters
<perl5-porters@africa.nicoh.com>
Mon, 11 Mar 1996 07:12:27 +0000
(07:12 +0000)
committer
Charles Bailey
<bailey@genetics.upenn.edu>
Mon, 11 Mar 1996 07:12:27 +0000
(07:12 +0000)
pod/perlref.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlref.pod
b/pod/perlref.pod
index
c164e03
..
d528bc8
100644
(file)
--- a/
pod/perlref.pod
+++ b/
pod/perlref.pod
@@
-62,7
+62,7
@@
brackets:
Here we've constructed a reference to an anonymous array of three elements
whose final element is itself reference to another anonymous array of three
elements. (The multidimensional syntax described later can be used to
-access this. For example, after the above, $arrayref->[2][1] would have
+access this. For example, after the above, $arrayref-
E<gt
>[2][1] would have
the value "b".)
Note that taking a reference to an enumerated list is not the same