foreach (sort keys %hash) { my $item = $hash{$_}; ... } #### foreach my $item (@array) { ... }