http://qs321.pair.com?node_id=728447


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..