This is my first question here, so apologies if it's all wrong and/or in the wrong place... but here goes:
I have two arrays, and I want to join them in a hash so that one of them becomes the keys, and the other becomes the values. Of course, they should be mapped onto each other, so that
, etcetera.
What is the simplest, yet most robust way to do this?
Thanks a lot!
Cheers,
Paz