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


in reply to Re: Re: Hashes and Functions
in thread Hashes and Functions

Actually, in that case the parens are associated with my. You can think of my as a function just like any other function and the parens group and specify its arguments. The reason you can assign to it is because my returns a list of its newly scoped arguments, which are then assigned to like any other list assignment.

kelan


Perl6 Grammar Student