multi traverse ( NAry $top ( :kids [$eldest, [EMAIL PROTECTED] ) ) {

The inner signature is

   :( :kids [$eldest, [EMAIL PROTECTED] )

This starts out like a named-only parameter, 
   :xx  or  :xx($yy)
but then there is a space and an array.
   :xx @yy

I don't follow that.

Reply via email to