On Thu, May 18, 2006 at 02:52:53PM -0700, Chip Salzenberg wrote:
> { copied to P6L for the "use case" question below }
Well, that message wasn't, but this one is...

What's the relationship in perl6 between namespaces and classes?
For example, given:

  package Foo { sub bar {...} }
  class Corge { method grault {...} }

Is the full name of foo "&Foo::foo"?  What's the full name of grault?
Is there a common role that Foo and Corge both do?  
-- 
Chip Salzenberg <[EMAIL PROTECTED]>

Reply via email to