open FILE, "<:utf8", $myfile while() { if(/Information Store/i) { $found = 1; last; } }