Perl Hashes


A hash reference (normally just called a hash) is a specialised version of an array called an associative array, where instead of ordering values numerically, each value is ordered by an associated text string called a key.

Hashes are often easier to read than arrays, since it is more obvious what is going on when a value is stored with an associated text string (the key) rather than a number.

Resources




www.cyberthinc.com