in reply to How to combine rows of a spreadsheet
to:push (@records, \@temp) if @temp;
Gets around the problem of my records being over-written. I welcome any pointers on the rest of the code or the overall strategy. TIApush (@records, [@temp]) if @temp;
|
|---|