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

Re^2: regex match with interpolated pattern

by fletcher_the_dog (Friar)
on Aug 18, 2004 at 19:49 UTC ( [id://384089]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($_ = m%$dm%) {
        #stuff
    }
    
  2. or download this
      perl -e '$string = "/"; print "08/14/04"=~/$string/
    ? "matched\n" : "no match\n"'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-03-28 19:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found