Help for this page

Select Code to Download


  1. or download this
    sub count_possible_mutation_locations(\$)
    {
        my $sr = shift;
        scalar( () = $$sr =~ /[ct](?=[ct])/g )
    }