On Sat, Sep 26, 2015 at 10:37 AM, Moritz Lenz <[email protected]> wrote:
> Hi,
>
> This works:
> my @b; @b.push: $%h;
> say @b.perl; # [{:a(1), :b(2)},]
>
> Cheers,
> Moritz
>
Thanks. it worked.
I kept throwing various sigils, bracket, and commas around in hope of
getting this work without
any success and without actually understanding what I am doing.
:-(
Gabor
