Help for this page
my $str = " xyz" print "$str\n"; ... print "$str\n"; print "@-\n"; print "@+\n";
xyz match1: pos=2 xyz ... xyz 2 2 2 2