Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Perl segfaulting when using a hairy regex

by Paladin (Vicar)
on Mar 09, 2006 at 23:02 UTC ( [id://535549]=note: print w/replies, xml ) Need Help??


in reply to Perl segfaulting when using a hairy regex

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://535549]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-26 00:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found