On Jan 9, 11:24 am, Pankaj SY <
pankaj.i...@gmail.com> wrote:
>
> How to destroy the parser object or in other words how to release all
> the memory held by the parser object after the parsing has been
> completed?
Hi,
As far as I know, Spreadsheet::ParseExcel contains circular references
and as such the memory in use by the parser isn't released until the
application finishes.
See here for some background:
http://www.perlmonks.org/index.pl?node_id=490656
John.
--