September 2002
Intermediate to advanced
496 pages
10h
English
It is difficult to write meaningful programs without using arrays. In this chapter we explore many of the functions used to manipulate arrays, including Perl's special array that stores key/value paired data.
In this section we use the words array and list quite often. The distinction between them in Perl is a narrow one. For our purposes, an array is a named list.