Help for this page
my @site1 = qw( AATKKM aatkkm ); my @site2 = qw( GGGGGG gggggg ); ... ); print Dumper(\%counts), "\n";
my @site1 = qw( AATKKM aatkkm ); my @site2 = qw( GGGGGG gggggg ); ... } print Dumper \%counts;