Help for this page
foreach my $tri (@trilet) { my ($f, $s, $t) = $tri =~ /(.)(.)(.)/; ... $second{"$s$t"}++; $third{"$f$t"}++; }