Consider I have two arrays one having the list of keys and
another array having list of values.
How can i create a hash with a single line using this two
arrays so that the keys array becomes the keys of the hash
and the values array becomes the values of the hash.