Help for this page

Select Code to Download


  1. or download this
    while($k=~ /[AG]TG.*T[AG][AG]/ig){$GENE++}
    
  2. or download this
    while($k=~ /([AG]TG.*T[AG][AG])/ig){$GENE++; print "$1\n";}