Help for this page
$seq ~~ m:overlap/ GUAUG /; say "Found ", +@$0, " at:"; say "\t", $_.pos for @$0;
use Perl6::Rules; use Perl6::Say; ... say "Found ", scalar(@$0), " at:"; say "\t", $_->pos for @$0;