in reply to Re: -> operator
in thread -> operator
If the LHS is a package name, the RHS is interpreted as a sub and the first arg is the LHS (this is quasi identical to the previous case).
I think the word "method" is better than "sub" there, as method dispatch occurs in this case. (Use B::Concise and look for an op named fetchmethod or something similar.)
|
|---|