Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Parsing with perl - Regexes and beyond

by tybalt89 (Monsignor)
on Sep 20, 2016 at 22:33 UTC ( [id://1172254]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $reOps = qr[@{[ join '|', map{ quotemeta } keys %ops ]}];
    
  2. or download this
    my $reOps = qr[@{[ join '|', map{ quotemeta }
      sort { length $b <=> length $a } keys %ops ]}];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-20 15:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found