Help for this page
{ stuff ... again more stuff redo if $cond; # repeat as long as $cond is true }
OUTERLOOP: { blah ... } continue { redo if $cond; }