Help for this page
while($runLoop){ next if ($x == $y); ... next if ($x == $y); print "x and y were never equal"; }