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


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

Toolic, we perfectly know it's not implemented, we meditate WHY it's not implemented!

Here a simple usecase:

for (1 .. 100) { next if $_%2; push @even; }

Cheers Rolf

UPDATE...PS: Thanx for the interesting link to Builtin functions defaulting to $_