Help for this page
$my_hash{'my_key'} = [@my_array]; # Turns out to be the correct way to put an array into # a hash value.
push ($HoA{key},@values)