Hi,
I am trying to build a hash of arrays from a list from a file that contains groups of strings (ie:
In this way I can group the strings, then use them as an array elsewhere. I am planning to push the strings into the hash of arrays this way:
However, how do I declare and initialize this %hash before I can use it in the push above?
Thanks in advance.