XP is just a number | |
PerlMonks |
recursive reference delete subroutineby Keystroke (Scribe) |
on Dec 15, 2004 at 17:44 UTC ( [id://415123]=perlquestion: print w/replies, xml ) | Need Help?? |
Keystroke has asked for the wisdom of the Perl Monks concerning the following question:
I'm using a module that is very memory intensive.
I'm also calling one of it's functions many times which construct a large amount of data. I would like to free the memory between each call so that my program can run with out running out of memory. I wrote the subroutine below but it doesn't completely free all of the memory. The program still runs out of memory. Can anyone see what else I need to do? The module I'm using is Spreadsheet::ParseExcel incase your wondering. Thanks.
Back to
Seekers of Perl Wisdom
|
|