Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Similarity of strings

by Sidhekin (Priest)
on May 15, 2002 at 14:48 UTC ( [id://166730]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    return map {tr/\0/\0/ / $len} $ref_seq ^ $test_seq;
    
  2. or download this
    my($score) = map {tr/\0// / $len} $ref_seq ^ $test_seq;
    return $score;
    
  3. or download this
    return +(map{tr/\0// / $len} $ref_seq ^ $test_seq)[0];
    

Log In?
Username:
Password:

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

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

    No recent polls found