while () { next if /^#/; # skip lines starting with comments next unless /\S/; # do something with a real line here }