in reply to Odd crash involving Spreadsheet::WriteExcel
After using Devel::SimpleTrace I discovered that the messages I was seeing were misleading. The issue was actually happening during the automatic close of the workbook object as the script was exiting.
After I added
prior to the steps I take to email the spreadsheet that is created the errors went away.$workbook->close();
Much thanks to Corion and jmcnamara for the assist.
|
---|