Porters, I have merged #18925 <https://github.com/Perl/perl5/pull/18925>, which adds n-at-a-time iteration to perl. Thanks to Damian Conway for the original suggestion of the syntax we used, Nicholas Clark for the implementation, and Tony Cook and Matthew Horsfall and others for code review. for my ($k, $v) (%hash) { say "The value for $k is $v"; } Enjoy! -- rjbsThread Next