in reply to
Perl's regex engine causes me distress
Another possible optimization:
m{ A (?: [^AB]+ | .B )* [^AB]* A }x;
[download]
$_="goto+F.print+chop;\n=yhpaj";F1:eval
Comment on
Re: Perl's regex engine causes me distress
Download
Code
In Section
Seekers of Perl Wisdom