Help for this page
my ($x,$y) = ($string =~ /^(.{n})(.{n})/);
my ($x, $y, $rest) = ($string =~ /^(.{n})(.{n})(.*)/);