sub lookup_value { my $index = hashing_function(shift()); return $array_of_hash_values[$index]; }