in reply to Re^2: memory usage Spreadsheet::ParseExcel
in thread memory usage Spreadsheet::ParseExcel

I have been experimenting with a number of different ways to solve this out of memory problem. The code snippet above has a bug the my $HofA_sheet_rows; should be my %HofA_sheet_rows; and undef $HofA_sheet_rows; should be undef %HofA_sheet_rows; I am rerunning to see if problem raise its head again. I will post my results when run is complete.
  • Comment on Re^3: memory usage Spreadsheet::ParseExcel