Help for this page
my @tempArray = grep { /^A/ } @array;
foreach my $ref ( sort { ... ) { ... do whatever ... }