foreach my $key ( keys %hash ) { my @array = @{ $hash{$key} }; print "$key : @array ", $/; }