Help for this page

Select Code to Download


  1. or download this
            my @matches = ($seq{$key} =~ /$string/ig);
            #print "@matches\n";
            $result{$string} = scalar(@matches);