in reply to Re: Using $_ as a temp var, especially in functions
in thread Using $_ as a temp var, especially in functions

Which is what in Perl5 lingo is for my $foo (@list) { ... } except the read-only bit of course. ;-) Perl6 will offer additional abilities on top of this.

Makeshifts last the longest.