in reply to Re: Re: When to use prototype inheritence?in thread When to use prototype inheritence?
local $test_object->{method} = sub { print "got:".$_[0]->{_proto_}->method() }; [download]