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:
7fe45fb
)
perlobj: s/Deferencing/Dereferencing/
author
Lukas Mai
<l.mai@web.de>
Wed, 7 Sep 2016 17:30:37 +0000
(19:30 +0200)
committer
Lukas Mai
<l.mai@web.de>
Wed, 7 Sep 2016 17:30:37 +0000
(19:30 +0200)
pod/perlobj.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlobj.pod
b/pod/perlobj.pod
index
f5c6e0b
..
d16f800
100644
(file)
--- a/
pod/perlobj.pod
+++ b/
pod/perlobj.pod
@@
-624,7
+624,7
@@
this idiom in the wild combined with a call to C<can>:
$object->$meth();
}
-=head3 Deferencing Method Call
+=head3 De
re
ferencing Method Call
Perl also lets you use a dereferenced scalar reference in a method
call. That's a mouthful, so let's look at some code: