Help for this page
do {{ next if $x == $y; # do something here }} until $x++ > $z;
LOOP: { do { ... # do something here } while $x++ <= $z; }