Help for this page

Select Code to Download


  1. or download this
    @entries = grep {
      my $comparison = compare_sub($top_entry, $_);
      $comparison > $user_defined_value; # inverse - we want to keep ones 
    +that match
    } @entries;