From: Perl 5 Porters Date: Mon, 11 Mar 1996 07:12:27 +0000 (+0000) Subject: More o' them pesky typos fixed X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3bd5333adf2dd145fbe6cdfdd96514b2656cf56;p=p5sagit%2Fp5-mst-13.2.git More o' them pesky typos fixed --- diff --git a/pod/perlref.pod b/pod/perlref.pod index c164e03..d528bc8 100644 --- 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[2][1] would have the value "b".) Note that taking a reference to an enumerated list is not the same