Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Naughty Regular Expressions and mod_perl

by simonm (Vicar)
on Dec 19, 2003 at 20:28 UTC ( [id://315898]=note: print w/replies, xml ) Need Help??


in reply to Naughty Regular Expressions and mod_perl

Since mod_perl is a persistent Perl interpreter embedded in the Web server, it seems to me that any reference to these variables will impact all regex matches in a mod_perl environment, regardless of whether or not my code actually uses those variables. Is this the case?

Yes, that's what I've been told.

You could try checking with Devel::SawAmpersand if you wanted to prove it to yourself.

  • Comment on Re: Naughty Regular Expressions and mod_perl

Log In?
Username:
Password:

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

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

    No recent polls found