Re: perl6 tests
[email protected] (Larry Wall) Thu, 21 Nov 2002 11:58:16 -0800
| Newsgroups | perl.perl6.documentation |
|---|---|
| Message-ID | <[email protected]> |
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