in reply to Re^2: Using a lookup table(?)
in thread Using a lookup table(?)

Last I checked... Tie::File does not load the entire file into memory...


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

Replies are listed 'Best First'.
Re^4: Using a lookup table(?)
by ikegami (Patriarch) on Feb 07, 2007 at 19:27 UTC

    That comment refered to the intermediary step towards the optimization that used <$fh> in list context.

    Tie::File does not load the entire file in memory (although it stores in memory the index of every line encountered in the file, unrelated and beyond any limit you have placed on its cache size).