in reply to Reading from file, not to memory
while <FH> { if ($_ eq $external_info) { print "great\!"; last; } } [download]