On 10/14/09, Ovid wrote:
> In short, under the original traits model, you have roles you can't compose
> together. The paper argues that in languages which have "public" and
> "private" methods, that the composing class is allowed to decide which x()
> method it needs (if any) and that it can *fr
Raptor <[EMAIL PROTECTED]> wrote:
> I mean something like this :
> instead of :
> #$Request->{Params}
> local *myhash = \%{$$Request{Params}};
> my %myhash alias %{$$Request{Params}};#see - it is my (now as far as I know
> u can't have it 'my')
You don't need a typeglob there; you can do the fo