in reply to Re: [Perl 6] Re: Passing two arrays to a subroutine
in thread Passing two arrays to a subroutine
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.
|
---|