Help for this page
foreach (sort keys %hash) { my $item = $hash{$_}; ... }
foreach my $item (@array) { ... }