open DATA,filename; while () { chomp; next unless (/^internal name/); next unless (/^need this/); do something with data } close DATA;