perl6-language  

Re: Do slurpy parameters auto-flatten arrays?

Aankhen
Wed, 03 Aug 2005 06:28:45 -0700

On 8/3/05, Piers Cawley <[EMAIL PROTECTED]> wrote:
> So how *do* I pass an unflattened array to a function with a slurpy parameter?

Good question.  I would have thought that one of the major gains from
turning arrays and hashes into references in scalar context is the
ability to specify an unflattened array or a hash in a sub call
without any special syntax...

Aankhen