How to merge two hashes in perl where keys can collide and the values are arrays.?
In case of collision I want to merge the value arrays.
Would normal merge be just fine?
I am sorry if this is a repetition, but I tried looking up but nothing such specific turned up.
Thanks!
To merge %hoa2 into %hoa1: