Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Algorithm Showdown: Fuzzy Matching

by BrowserUk (Patriarch)
on Dec 10, 2004 at 00:44 UTC ( [id://413731]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    fsearch( \*$haystacks, \*$needles, $fuzz, \*output );
    
  2. or download this
    my @results = fsearch( \@haystacks, \@needles, $fuzz );
    
  3. or download this
    use Benchmark qw[ cmpthese ];
    
    cmpthese 1, \%tests;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://413731]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-23 18:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found