Skip to content

Commit

Permalink
Merge 06eb118 into 04f8aa6
Browse files Browse the repository at this point in the history
  • Loading branch information
Grinnz committed Jun 17, 2021
2 parents 04f8aa6 + 06eb118 commit 727fc63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pod/perlop.pod
Expand Up @@ -230,8 +230,9 @@ assignment.) See L<perlreftut> and L<perlref>.

Otherwise, the right side is a method name or a simple scalar
variable containing either the method name or a subroutine reference,
and the left side must be either an object (a blessed reference)
or a class name (that is, a package name). See L<perlobj>.
and (if it is a method name) the left side must be either an object (a
blessed reference) or a class name (that is, a package name). See
L<perlobj>.

The dereferencing cases (as opposed to method-calling cases) are
somewhat extended by the C<postderef> feature. For the
Expand Down

0 comments on commit 727fc63

Please sign in to comment.