Hashes

Hashes are unordered lists (or associative arrays) of scalar values.

A hash variable is named %identifier. Each element of the hash is accessed using $identifier{key}.