Help for this page

Select Code to Download


  1. or download this
    my $match;
    foreach my $candidate ( @ORDERED_LIST_OF_POSSIBLE_MODULES ) {
    ...
       $match = $candidate;
       last;
    }