http://qs321.pair.com?node_id=959731


in reply to $what->Does::This::mean( $anyway )

I'm pretty sure its functionally equivalent to Some::Class::method($object, @args) as you mentioned.

I've used this syntax to do mixins when I need a cheap/easy way to share code between two otherwise unrelated objects.