Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^5: why does push not default to $_?

by davidrw (Prior)
on Dec 06, 2008 at 01:01 UTC ( [id://728447]=note: print w/replies, xml ) Need Help??


in reply to Re^4: why does push not default to $_?
in thread why does push not default to $_?

hmm. i think most people would write that usecase w/grep ...
push @even, grep { !($_%2) } 1 .. 100;
(i guess there could be other stuff going on in the loop, but then it's more likely that $_ would be named..

Replies are listed 'Best First'.
Re^6: why does push not default to $_?
by LanX (Saint) on Dec 06, 2008 at 01:11 UTC
    Actually I was thinking the same thing, when I wrote it! : )

    As I said, it's just a *simple* usecase. But if you want to push to several arrays in the same loop, it may be handy!

    Anyway it's not that I'm terribly missing one-parameter push, I just want to understand the underlying idea! And maybe be able to predict in which cases I can use default parameter without looking it up.

    Cheers Rolf

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-24 11:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found