in reply to HTML Document Comparison
where @txt1 is the original document and @txt2 is the comparing document. And $match will give you 0||1 for the match.use String::Approx 'amatch'; $match = amatch(@txt1, @txt2));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: HTML Document Comparison
by merlyn (Sage) on Sep 14, 2000 at 01:39 UTC |