-- Forwarded message --
From: Peter Schwenn
Date: Apr 4, 2009 3:14 PM
Subject: Re: Multi-Dimensional arrays
To: Carl Mäsak
I've had inconsistent/incorrect results, once having created an array
of array of arrays, both while addressing elements in it as
@A[l][m][n]=x and
Am I right that multi-dimensional arrays do not yet work fully in Rakudo?
If a class attribute declaration has a . or ! twigil, e.g. has @!items, do
all the ensuing references to @items in the class's methods have to include
the twigil or can the variable be written thereafter simply @items without
the twigil?
Thank you, Peter Schwenn
er written out in informal (not regex) rules such as $array[idx] ->
@array[idx]
Is there such a Perl5->Perl6 translator underway?
Sincerely,
Peter Schwenn
www.schwenn.com
p.s. I'm not yet up to originating a good one, but believe I could make
contributions in extending and check