in reply to Using regexes inside of (?{})
I'm fairly certian it's a known WONTFIX bug that the perl5 regex engine is non-reentrent. (IE it's considered unfixable without a near complete rewrite.) The perl6 one is being written from scrach, and explicitly will be, but it may or may not be retrofitable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using regexes inside of (?{})
by diotalevi (Canon) on Dec 08, 2002 at 18:33 UTC |