
iavian
Novice
Jan 25, 2008, 11:46 AM
Post #1 of 4
(6930 views)
|
Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/5.6.1/Spreadsheet/ParseExcel.pm line 310
|
Can't Post
|
|
Hi Perl Gurus, Any help for this error: Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/5.6.1/Spreadsheet/ParseExcel.pm line 310 If its a but in parseexcel then what is the workaround. Installed OLE::Storage_Lite and Spreadsheet::ParseExcel, and when trying to parse it throws error as above. the code i have written is as below. #!/usr/bin/perl use Spreadsheet::ParseExcel; my $Excel = new Spreadsheet::ParseExcel; Iavian
|