I would think you could read through the file via a
while (<INF>) loop. Somewhere in the perldocs it says that array-context
readline (
<> operator) is extremely memory heavy given large files. If that doesn't work, then you should check out the
seek function.
--
my one true love