foreach my $firstKey (sort keys %hashData) { foreach my $arrayKey (@array) { print $hashData{$firstKey}$arrayKey; } }