Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Fuzzy Searching: Optimizing Algorithm Selection

by BrowserUk (Patriarch)
on Nov 11, 2004 at 02:29 UTC ( [id://406884]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print join'',unpack 'C*',   
      'AGGCGGAAGCACCCAACAGCAACAG' 
    ^ 'ACACGCAAAAACCGAAGAGAAAGCG';
    
    0460040062000400400200420
    
  2. or download this
    print $_ = grep $_,unpack 'C*', 
      'AGGCGGAAGCACCCAACAGCAACAG' 
    ^ 'ACACGCAAAAACCGAAGAGAAAGCG';
    
    10
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    }
    
    close SEQ;
    

Log In?
Username:
Password:

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

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

    No recent polls found