So Perl 6 still passes references, its just that the syntax no longer requires the \.
It's slightly more accurate to say (from the language design point of view) that Perl 6 passes these values by reference. Unfortunately, then things get complex with other parameter traits and so on and so forth.
In reply to Re^2: [Perl 6] Re: Passing two arrays to a subroutine
by chromatic
in thread Passing two arrays to a subroutine
by gandhit
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |