Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Assigning a varable inside of (?{})

by Jasper (Chaplain)
on May 03, 2006 at 16:43 UTC ( [id://547205]=note: print w/replies, xml ) Need Help??


in reply to Re: Assigning a varable inside of (?{})
in thread Assigning a varable inside of (?{})

As Davido says, moving them to be globals (I'm presuming changing the my declaration to an our solves this in the same way), you could also wrap the regex in an eval. This will force it to be compiled fresh every time, and you'll be able to use your block scoped variables as you have them.

(edit) Hmmm, having tested this, it doesn't quite work as I expected. An eval block doesn't work, but evalling that line as a (single-quoted) string does work. Shrug.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-24 11:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found