|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re: Perl segfaulting when using a hairy regexby Paladin (Curate) |
| on Mar 09, 2006 at 23:02 UTC ( #535549=note: print w/ replies, xml ) | Need Help?? |
|
This has to do with the fact that the regex engine is not re-entrant. You can't use a regex inside a (?{}) construct. Fixing this is on the TODO list for the current Perl and the work that Nicholas Clark is currently working on may be a first step towards this.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||