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


in reply to Re^2: Creating hash of arrays (in a faster way)
in thread Creating hash of arrays (in a faster way)

You're correct. The arrays are indented to contain more than one value.
Iterating over the values of the hash seems to be quite a bit faster. Thank you very much.