Rod Adams writes:
> I wasn't intending it to be junctive. I was just noting that you needed 
> separate holders for subs and methods, since you shouldn't be able to 
> stuff a method into a multi sub.

Keep in mind that the two following definitions are equivalent:

    class A { method foo () {...} }
    multi sub foo (A $a) {...}

I think stuffing a method into a multi sub should be just fine.

Luke

Reply via email to