Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: How do i interpolate a variable in a regular expression?

by reneeb (Chaplain)
on Sep 27, 2006 at 06:54 UTC ( [id://575095]=note: print w/replies, xml ) Need Help??


in reply to How do i interpolate a variable in a regular expression?

You should use the qr-operator:

my %config = ( URI => { regex => qr/^$method\ssip:/, sub => \&request_line }, )


see perldoc perlop

Log In?
Username:
Password:

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

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

    No recent polls found