mamba has asked for the wisdom of the Perl Monks concerning the following question:
I am new to perl, i have used Spreadsheet::ParseExcel, Spreadsheet::ParseExcel::SaveParser to parse and rearrange a Microsoft Excel Spreadsheet. After running the script the new rearranged file is created and all things seem to be in their expected places, but i get this message at the end of script execution.
Use of uninitialized value in numeric eq (==) at /usr/local/share/perl/5.10.1/Spreadsheet/ParseExcel/SaveParser/Workbook.pm line 213Could this be due to some error in the code, i'll post the the code if you need it. thanks in advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SpreadSheet::ParseExcel Question
by ww (Archbishop) on Sep 05, 2011 at 11:55 UTC | |
|
Re: SpreadSheet::ParseExcel Question
by jmcnamara (Monsignor) on Sep 05, 2011 at 14:09 UTC | |
|
Re: SpreadSheet::ParseExcel Question
by Anonymous Monk on Sep 05, 2011 at 11:58 UTC |