Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Can "delayed-regex assertions" be nested...

by hipowls (Curate)
on Feb 21, 2008 at 19:23 UTC ( [id://669358]=note: print w/replies, xml ) Need Help??


in reply to Can "delayed-regex assertions" be nested...

From perlre for 5.10.0

Because Perl's regex engine is currently not re-entrant, interpolated code may not invoke the regex engine either directly with m// or s///), or indirectly with functions such as split.
I'm sure that it's the same for 5.8. It seems unlikely that p5p would remove such a desirable feature;)

  • Comment on Re: Can "delayed-regex assertions" be nested...

Replies are listed 'Best First'.
Re^2: Can "delayed-regex assertions" be nested...
by ddn123456 (Pilgrim) on Feb 27, 2008 at 14:46 UTC
    Dear Monks Moritz, Ikegami & Hipowls,

    A bit delayed reply since I was offline due to a flue.

    Thanks a lot for this precious information. I've learned a lot from it.

    With kind regards.
    ddn123456

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-19 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found