open FILE, "list-of-emails-one-per-line.txt"; @emails{(array) chomp } = (); # %emails is now a hash where each key is an email address close FILE;