[EMAIL PROTECTED] wrote:
> Is my ($foo, *, $bar) = 1..3 legal perl6?  my ($foo, undef, $bar) =
> 1..3; is valid perl5, but AFAIK that is completely undocumented.  (It's
> quite useful from time to time

Most likely yes, as lvalue * can just act as a /dev/null.

> -- now if only my (@rest, $almost, $last) =
> function_returning_many_thingies could work...

This may be implemented by allowing slurpy scalar _after_ slurpy array.
But what would be the use case?

Thanks,
Audrey

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to