On Sat, Nov 13, 2004 at 12:01:50AM +0000, Dave Mitchell wrote:
> I'm currently working on a patch to handle (?{...}) code snippets better.
> The main thing is does is that tokeniser recognises these within patterns
> and spits them out for the parser to compile, rather than leaving then for
> the regexp compiler, ie
>
> /abc(?{$x++})def$foo/
>
Dave,
There are currently at least 14 open Perlbugs (at least by the subject)
that have to do with problems with (?{...}), primarily with segfault.
While your working in that code, would you like a test script made up of the
current issues? I'd be glad to get one set up if you'd like.
Regards,
Steve Peters
[EMAIL PROTECTED]