for (0..$#Array){ next if length $Array[$_] == $num_of_skip; print "$Array[$_]\n"; # do some other cool stuff }