* Moritz Lenz <mor...@faui2k3.org> [2015-09-26 09:40]:
> A trailing comma helps:
>
> my %h = a => 1, b => 2;
> my @a = %h, ;
> say @a.perl;    # [{:a(1), :b(2)},]

I think I understand why, but wow, that’s not reasonable. Is there
really no better way to avoid the flattening? Even Perl 5 is nicer
in that situation…

-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to