while($runLoop){ next if ($x == $y); $x++; next if ($x == $y); print "x and y were never equal"; }