Help for this page
use strict; use warnings; ... push @{$hash{$key}}, $value; # push the value on the array } print Dumper \%hash
$VAR1 = { 'bar' => [ ... 3 ] };