open(FILE, "file.txt") or die "$!"; while () { $_ =~ /$word/$word/; } print $_; close(FILE);