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

Re: grep {CONSTANT} @list

by LanX (Saint)
on Nov 21, 2012 at 20:42 UTC ( [id://1005003]=note: print w/replies, xml ) Need Help??


in reply to grep {CONSTANT} @list

you are confusing a regex data-type with a regex operation.

grep {REGEXP} uses a code-block which returns a regex which is always true if defined.

grep {/string/} uses a m// (match operation) which defaults to test $_.

Cheers Rolf

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-20 02:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found