Help for this page
use strict; use warnings; ... if ($string =~ /(.{$preLen})$tail/) { print "$1\n"; }
KLMN