5. Associative Arrays (Hashes)
This chapter will introduce the third major Perl abstract data type,
associative arrays. Also known as hashes, associative arrays provide
native language support for one of the most useful data structures that
programmers implement--the hash table.