while (my $line = ) { chomp $line; next unless $line; # do stuff with each line here }