open (MY_DATA, "$someFile") or die qq(aauugh!); while () { next unless (/^internal name/); } while () { next unless (/^need this/); }