Help for this page
my %hash = ( 'foo' => [1,2,3], 'bar' =>[3,4,5]);
my $wanted = {'foo' => [1,2,3]};