Subject: | Syntax error in ParseExcel module when using pp on Tk |
I'm using ActiveState 5.8.4 on Windows XP Professional. I ppm'd the latest PAR (0.85) and PAR-Dist (0.07).
The compiled version of my program generates this error:
Missing right curly or square bracket at Spreadsheet/ParseExcel.pm line 2640, at end of line
syntax error at Spreadsheet/ParseExcel.pm line 2640, at EOF
Compilation failed in require at script/850AuditingTool.pl line 7.
BEGIN failed--compilation aborted at script/850AuditingTool.pl line 7.
The first few lines of the program are as follows:
use Encode::Unicode;
use Tk;
use Tk::DateEntry;
use LWP::Simple;
use HTML::LinkExtor;
use Spreadsheet::ParseExcel;
use Spreadsheet::WriteExcel;
use Time::Local; # Date to epoch
use Time::localtime; # Epoch to date