[EMAIL PROTECTED] (Steffen Mueller) writes:
> > %hash4 = ("Something", "mixing", pairs => and, "scalars");
> 1 2 3 4 5
> Perl5 says "Odd number of elements in hash assignment at -e line 1."
> And Perl6 should, too.
Except that a pair is a single thing.
%hash4 = ("Something", "mixing", Pair->new("pairs", "and"), "scalars");
--
You are in a maze of little twisting passages, all different.
