Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Broken compatibility for recursive regex in Perl 5.8.4

by bsb (Priest)
on May 25, 2004 at 11:43 UTC ( [id://356174]=note: print w/replies, xml ) Need Help??


in reply to Re: Broken compatibility for recursive regex in Perl 5.8.4
in thread Broken compatibility for recursive regex in Perl 5.8.4

Will the 5.8.4 scope changes fix this bug: Spurious re 'eval'; warning ?
$ perl -Mre=eval -e '/ (??{ "(?{1})" }) $_ /x' Eval-group not allowed at runtime, use re 'eval' in regex m/(?{1})/ at + -e line 1.

Replies are listed 'Best First'.
Re: Re: Re: Broken compatibility for recursive regex in Perl 5.8.4
by hv (Prior) on May 25, 2004 at 11:49 UTC

    No, for that you'll need to wait for the overhaul of the hints system referred to here. I believe Mark-Jason Dominus is currently working on this.

    Hugo

Log In?
Username:
Password:

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

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

    No recent polls found