On Wed, Apr 06, 2005 at 09:52:40PM -0400, Lev Selector wrote:
> But I can't make Arrays of Arrays or Hash of Hashes work.
> @ar.elems & @ar.last don't work either.

Autrijus' journal entry (http://use.perl.org/~autrijus/journal/) from
Wednesday states one of the goals for this week is:

  * Implement multidimensional data structure.

> Unless I am doing something wrong - then may be somebody
> can show an example of usage?

  pugs> my @ar = <a b c>; say @ar.elems;

I'm not sure where you found @ar.last.

-kolibrie

Reply via email to