Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Using special characters in left part of a regex match?

by LanX (Saint)
on Feb 05, 2013 at 23:01 UTC ( [id://1017298]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $var[1] = "Gallia est omnis divisa in .+";
    $var[5] = "Gallia est .+ tres";
    
    $var[1] =~ $var[5] ;# false
    
  2. or download this
    $var[1] = "omnis divisa in ...";
    $var[5] = "... tres";
    

Log In?
Username:
Password:

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

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

    No recent polls found