Larry Wall wrote:
The .++ form is still not a method (single) dispatch, just an alternateform of the postfix, which is a multi dispatch.
But the postfix is a unary operator, right? So that'd be multi dispatch on one argument.
How does single dispatch differ from multi dispatch on a single argument? =thom