Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

How do I find the percentage of similarity between strings?

by Superman (Acolyte)
on Apr 25, 2002 at 17:01 UTC ( [id://162038]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $PDBline;
    $XMLline;
    
  2. or download this
    if ($PDBline eq $XMLline){etc...}
    
  3. or download this
    my $threshold = 0.75;
    
    ...
      $counter++ if $XMLline =~ /$word/;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found