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