http://www.perlmonks.org?node_id=480716

palette has asked for the wisdom of the Perl Monks concerning the following question:

How to build a hash using two arrays.

Consider I want the first element of the array to be the first key of the hash and the first element of the second array as the value for the corresponding hash key and so on

Please tell me how to go around this.
Thank you