Help for this page
use Modern::Perl; use Data::Dump qw/dump/; ... my @strings = $seq =~ /(.{3})/g ; say dump(@strings);
("CTT", "CGA", "ATT")