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


in reply to Re^4: Hashes of arrays populated from a Text File
in thread Hashes of arrays populated from a Text File

I didn't show any output. Here is the output I get:
$VAR1 = { 'Name3' => [ '5415' ], 'Name1' => [ '1234', '5514' ], 'Name2' => [ '9999', '6419' ] };

Read through perldsc to print it out in whatever format you desire.