$string = "atccatccctttaat"; @triplets0 = $line =~ /(...)/g; #### $string = "atccatccctttaat"; @triplets0 = $line=~ /(...)/;