in reply to
How do I find the percentage of similarity between strings?
I'm personally quite fond of
Algorithm::Diff
. It's line-oriented and you asked for word-oriented, so it might not work for what you're trying to do precisely.
Comment on
Re: How do I find the percentage of similarity between strings?
In Section
Seekers of Perl Wisdom