Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: m{} within grep{} causing problems?

by mikfire (Deacon)
on Jun 25, 2001 at 19:48 UTC ( [id://91318]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    grep BLOCK LIST
    grep EXPR,LIST
    
  2. or download this
    scalar( grep m[\d{3}-\d{3}], values %batch_ids ) == 6;
    
  3. or download this
    scalar( grep { m[\d{3}-\d{3}] } values %batch_ids ) == 6;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-18 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found