On Sat, Jun 20, 2009 at 12:07 PM, Chas. Owens<chas.ow...@gmail.com> wrote:
> Hmm, I can't get [user-defined array indexes][1] working, and those
> are a prerequisite for mixing subscripts (you can't mix normal and
> user-defined indexes if you can't create user-defined indexes).  I
> took a quick look at the tests and couldn't even find a test for
> user-defined array indexes.
>
> [1] : http://perlcabal.org/syn/S09.html#User-defined_array_indexing

That means it's not implemented yet, unfortunately.

By the way, if you have trouble remembering that negative indexes for
arrays are now *-n, recall that the * is generally called 'whatever',
so it's 'whatever - 1', and the 'whatever' in this case fills in to be
'however many things are in the array, the precise value of which I
really don't care about'.

Reply via email to