Geoffrey F. Green [Fri, 24 May 2002 16:05:07 +0000 (12:05 -0400)]
From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
Message-ID: <
B9141533.8467%geoff-public@stuebegreen.com>
p4raw-id: //depot/perl@16769
=head2 Declaration and Access of Arrays of Arrays
-The simplest thing to build an array of arrays (sometimes imprecisely
+The simplest thing to build is an array of arrays (sometimes imprecisely
called a list of lists). It's reasonably easy to understand, and
almost everything that applies here will also be applicable later
on with the fancier data structures.