princepawn has asked for the wisdom of the Perl Monks concerning the following question:

I want to perform array operations (ie, push, pop, shift, unshift, etc) but have the results reflected in a file instead of memory.

Tie::MmapArray looked promising, but I could not get it to compile on my Sparc Solaris platform.

  • Comment on module for putting array memory usage on disk instead of RAM? (kywd: Tie)

Replies are listed 'Best First'.
Re: module for putting array memory usage on disk instead of RAM? (kywd: Tie)
by merlyn (Sage) on Jun 04, 2001 at 21:56 UTC