my $i = 0; while(++$i <= 5) { next if 1..1; # never returns true! print "$i\n"; }