Hashes Unordered lists of scalar data where each element is not identified by a continuous number, but by an arbitrary scalar. (key1 => value1, key2 => value2) %hash Variable that contains a hash. $hash{key1} = value1; Access a specific element of the hash.