Help for this page
my $match; foreach my $candidate ( @ORDERED_LIST_OF_POSSIBLE_MODULES ) { ... $match = $candidate; last; }