in reply to Re: What's missing in Perl 5.10
in thread What's missing in Perl 5.10

each @array is now implemented in blead (and returns ($index, $value), not the other way round).

See this thread for details, once nntp.perl.org works again.

And there is Array::Each::Override, thanks to Nicholas for the hint.