We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6770ed commit cf907b9Copy full SHA for cf907b9
ppcs/ppc0033-ampersand-method-calls.md
@@ -89,7 +89,7 @@ package Foo {
89
say "my field: " . private($self);
90
91
92
- # can also be used to call package methods. But won't lookup via @ISA
+ # can also be used to call package methods. But won't look up via @ISA
93
say "my field: " . $self->&_old_school_private;
94
# exactly equivalent to:
95
say "my field: " . _old_school_private($self);
0 commit comments