Help for this page

Select Code to Download


  1. or download this
    my $hash = Data::Bucket->new;
    $hash->reflect->addSlots(
    ...
      my $best_match = fuzzy_match($_, @bucket);
      .. do something with best match ...
    }