81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
15 lines
510 B
Plaintext
15 lines
510 B
Plaintext
You have two databases of person records that need to be synchronized
|
|
or matched up, but they use different keys--maybe one uses SSN and
|
|
the other uses employee id. The only fields you have to match on
|
|
are first and last name.
|
|
|
|
That's what this module is for.
|
|
|
|
Just feed the first and last names to the name_eq() function, and
|
|
it returns undef for no possible match, and a percentage of certainty
|
|
(rank) otherwise.
|
|
|
|
WWW: http://search.cpan.org/dist/Lingua-EN-MatchNames/
|
|
|
|
Seamus Venasse <svenasse@polaris.ca>
|