in reply to Re^2: How to add array in Hash
in thread How to add array in Hash

I was told to use map, but have no idea what it is.
map is a built-in Perl function. It's documentation can be found online and at your command prompt:
perldoc -f map
I think I'll be using perl monks quite often
Great, but please read Writeup Formatting Tips