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