summaryrefslogtreecommitdiff
path: root/pod/perlobj.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlobj.pod')
-rw-r--r--pod/perlobj.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlobj.pod b/pod/perlobj.pod
index ad99627cb2..bcf56a7a1c 100644
--- a/pod/perlobj.pod
+++ b/pod/perlobj.pod
@@ -308,6 +308,10 @@ and so is the following:
my $fred = (reverse "rettirC")->find(reverse "derF");
+The right side of the arrow typically is the method name, but a simple
+scalar variable containing either the method name or a subroutine
+reference can also be used.
+
=head2 Indirect Object Syntax
X<indirect object syntax> X<invocation, indirect> X<indirect>