Help for this page

Select Code to Download


  1. or download this
    @codons = unpack "(a3)*",$string;
    
  2. or download this
    my @runs;
    push @runs,$1 while $string=~/((.)\2*)/gs;