foreach my $HashKey ( keys %Hash ) { foreach ( sort @{ $Hash{ $HashKey } } ) { print "$HashKey: $_\n"; } }