Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Shortcutting grep in boolean context

by ikegami (Patriarch)
on Jan 03, 2017 at 21:36 UTC ( [id://1178880]=note: print w/replies, xml ) Need Help??


in reply to Re: Shortcutting grep in boolean context
in thread Shortcutting grep in boolean context

`for @a` also avoids putting every element of the array on the stack like `map @a` and `grep @a` do.

  • Comment on Re^2: Shortcutting grep in boolean context

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-19 08:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found