http://www.perlmonks.org?node_id=139946


in reply to do/redo or for(;;): what's Kosher?

Apparently, Perl 6 will solve this problem for me and everyone else, with the elegant structure:
loop { ... }
rje