X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/4977e971c94c012c59e3e99429a0cef3af185c4b..a0981a788197c6d427ceaf558d0dc8713c7737b3:/pod/perlreftut.pod diff --git a/pod/perlreftut.pod b/pod/perlreftut.pod index bbcc179..e55e4d5 100644 --- a/pod/perlreftut.pod +++ b/pod/perlreftut.pod @@ -1,4 +1,3 @@ - =head1 NAME perlreftut - Mark's very short tutorial about references @@ -215,7 +214,7 @@ And then replace the hash name with the reference: =head3 B -B is all you really need, because it tells you how to to +B is all you really need, because it tells you how to do absolutely everything you ever need to do with references. But the most common thing to do with an array or a hash is to extract a single element, and the B notation is cumbersome. So there is an