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


in reply to Hash of arrays

Most of the time you use hash references, each element of which in this case would contain an array reference. A reference is "a single thing" i.e. "a scalar," yet it can "refer to" anything at all. Perl syntax is flexible and makes it easy to write that.