Help for this page
$match =~ /($start .*?) (?=$start)/xs;
$match =~ /($start (?: (?! $start ) .)*)/xs;
$match =~ /($start .*?) (?= $start | \Z)/xs;