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


in reply to Re: Hash of a nArray and all that comes with it.
in thread Hash of a nArray and all that comes with it.

This is how %entry is being populated in the foreach loop:
@update = ($id, $title, $foo, $bar, $baz); $entry{$file_num} = \@update;