Node:Associative Arrays (Hashes), Next:Regular Expressions, Previous:Control Structures, Up:Top
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.