Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
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??


in reply to m{} within grep{} causing problems? (code)

You are confusing perl. According to perldoc -f grep, you have two choices:
grep BLOCK LIST grep EXPR,LIST
Your usage is a hybrid of the two, as the curly braces indicate the beginning of a block. Both of these two forms work
scalar( grep m[\d{3}-\d{3}], values %batch_ids ) == 6;
or
scalar( grep { m[\d{3}-\d{3}] } values %batch_ids ) == 6;

mikfire

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 studying the Monastery: (4)
As of 2025-06-16 03:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.