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

Dear Sir,

i am getting illegal instruction(core dump) after parsed some excel files using spreadsheet::parseexcel module and program come to exit.

And I could not find any close method after parse the excel using spreadsheet::parseexcel module.

Please help me.
Thanks & Regards,
Sarath Chandra J

Replies are listed 'Best First'.
Re: illegal instruction(core dump)
by dHarry (Abbot) on Sep 16, 2009 at 12:44 UTC

    How about you post some code and copy/paste the exact error message you get? It's kinda difficult to figure out what is the problem based on the information you supplied.