http://qs321.pair.com?node_id=298433


in reply to Re: Re: multiple matches with regexp
in thread multiple matches with regexp

A too smart RegEx engine would already break the (?{}) part of the code, which is evaluated every time the engine runs over it. The main problem is that (?{}) is an experimental feature which may be changed or deleted in future Perl versions. Still, AFAIK, it is considered useful for some RegExes (the above one is fairly standard) which will hopefully prevent major changes in the syntax. And don't forget we have Perl 6 coming up ;-).
Cheers,
CombatSquirrel.
Entropy is the tendency of everything going to hell.