[EMAIL PROTECTED] wrote:
+Arrays may also be defined with a mixture of fixed and autoextending
+dimensions:
+
+    my @calendar[12;*;24];     # "Month" dimension unlimited
+
+

Move this out of the section on fixed-length arrays and into the
section on multidimensional arrays; it fits most naturally as the
second paragraph of the latter section.

--
Jonathan "Dataweaver" Lang

Reply via email to