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


in reply to Adding to hash that contains an array of arrays

push @{ $hash{ID} }, \@new_row;

See perlreftut and perldsc.