# intentionally not using range operator to avoid confusion for(1,2,3,4,5) { next if 1..1; # never returns true! print "$_\n"; }