X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperllol.pod;h=c348ec43b2bbe24f6f878eaf6f4f1facd5d141e6;hb=3679267a1146847531c6d6f9fc1a5988659ca0aa;hp=5c16bfddff740f7637f883e6e411040743976b1d;hpb=cea6626fc5e04af2c1d079dd4d3784eb2c21174b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perllol.pod b/pod/perllol.pod index 5c16bfd..c348ec4 100644 --- a/pod/perllol.pod +++ b/pod/perllol.pod @@ -6,7 +6,7 @@ perllol - Manipulating Arrays of Arrays in Perl =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.