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

This node was taken out by the NodeReaper on Feb 07, 2009 at 02:12 UTC

Replies are listed 'Best First'.
Re: question about memory blow up
by chromatic (Archbishop) on Feb 06, 2009 at 22:52 UTC

    Without seeing more code (actual data from the data file, the implementation of InsertData), all that anyone can do is speculate.

    I idly wonder if replacing undef %hashFile; with my %hashFile; will make a difference, though I doubt it.