in reply to Hashes of arrays problem
sub foo{ print @{$_[0]->{$_}},$/ for keys %{$_[0]} } [download]