projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4977e97
)
Fix typo (bug #35368)
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 9 May 2005 19:19:20 +0000
(19:19 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 9 May 2005 19:19:20 +0000
(19:19 +0000)
p4raw-id: //depot/perl@24430
pod/perlreftut.pod
patch
|
blob
|
history
diff --git
a/pod/perlreftut.pod
b/pod/perlreftut.pod
index
bbcc179
..
e55e4d5
100644
(file)
--- 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<Use Rule 2>
-B<Use Rule 1> is all you really need, because it tells you how to
t
o
+B<Use Rule 1> is all you really need, because it tells you how to
d
o
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<Use Rule 1> notation is cumbersome. So there is an