On Thu, Nov 21, 2002 at 12:27:01PM -0500, Joseph F. Ryan wrote: : So how should this behave: : : print "$('one','two','three')"
Probably prints "['one','two','three']" or whatever an array ref stringifies to by default in Perl 6. It's certainly not going to do what Perl 5 does with a reference, which is next to useless. Larry