Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: How to avoid $_ in grep

by agianni (Hermit)
on Nov 13, 2007 at 20:54 UTC ( [id://650595]=note: print w/replies, xml ) Need Help??


in reply to Re: How to avoid $_ in grep
in thread How to avoid $_ in grep

Great advice, and might I add:

use English qw( -no_match_vars );

is an even better idea.

perl -e 'split//,q{john hurl, pest caretaker}and(map{print @_[$_]}(joi +n(q{},map{sprintf(qq{%010u},$_)}(2**2*307*4993,5*101*641*5261,7*59*79 +*36997,13*17*71*45131,3**2*67*89*167*181))=~/\d{2}/g));'

Replies are listed 'Best First'.
Re^3: How to avoid $_ in grep
by gamache (Friar) on Nov 13, 2007 at 21:13 UTC
    Ah, I didn't know this... those match variables are more trouble than they're worth! Thanks for the tip!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-03-19 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found