Help for this page

Select Code to Download


  1. or download this
        while ($string=~m{(B|C|P|T|Z|a|b|d|h|k|n|p|q|u|v|x)}g){
            $count=$count+($tbsz*0.5625);
        }
    
  2. or download this
        while ($string=~m{[BCPTZabdhknpquvx]}g){
            $count+=($tbsz*0.5625);
        }
    
  3. or download this
    
    my %start_table = (
    ...
            }
        }