Aaron J Mackey <[EMAIL PROTECTED]> writes:

> proposed:
> 
> @b = pop @a, $n;

That will change the behaviour of this perl5 code:

   foo(pop @a, "bar")

If we do this then the code above need to be fixed by the perl5->perl6
filter.

Regards,
Gisle

Reply via email to