More o' them pesky typos fixed
Perl 5 Porters [Mon, 11 Mar 1996 07:12:27 +0000 (07:12 +0000)]
pod/perlref.pod

index c164e03..d528bc8 100644 (file)
@@ -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