Skip to content

Commit

Permalink
Merge 06eb118 into 2723cea
Browse files Browse the repository at this point in the history
  • Loading branch information
Grinnz committed Jun 15, 2021
2 parents 2723cea + 06eb118 commit bc6dd0c
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 bc6dd0c

Please sign in to comment.