![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^4: Is there a way to allow consecutive zero-length matches without using pos()?by ambrus (Abbot) |
on Nov 03, 2017 at 17:05 UTC ( #1202713=note: print w/replies, xml ) | Need Help?? |
That solution rewrites the multiple regular expressions to a single big regular expression. That works, but I didn't need it. I never had jsm's performance problem (presumably because I didn't use those perl versions for that very old code), so assigning pos worked just fine for me.
In Section
Seekers of Perl Wisdom
|
|