Ok, I've just realised I had missed a '->' to '.' in my perl5 to perl6
conversion,
I was trying to do
%hash{@array} = $obj->list;
I wasn't sure if slicing from an array was implemented, as I couldn't
find any pugs tests for it.
Thanks for your help,
Carl
Yep.
> (it's giving me a compilation error with pugs)
Works just fine for me. What version of pugs are you using? Perhaps
you need to upgrade.
-Scott
--
Jonathan Scott Duff
du...@pobox.com
(it's giving me a compilation error with pugs)
Cheers,
Carl