Help for this page

Select Code to Download


  1. or download this
      if( $fuz <= $FUZZY and $offset1+$offset2+$keyLen<=$seqLen) {
    
  2. or download this
    package Fuzzy::Matcher::Xor2;
    use strict;
    ...
    
    1;
    
  3. or download this
    package Fuzzy::Matcher;
    use strict;
    ...
    
    
    1;