J
Jeff
Hi-
Im trying to use this the Spreadsheet:arseExcel module and
having difficulty getting started. When I use the examples Ive
seen I get the following error:
Attempt to bless into a reference at /usr/local/lib/perl5/site_perl/
5.10.0/Spreadsheet/ParseExcel.pm line 178.
I havent coded much since I was trying to figure out how to use it,
my code is just:
#!/usr/bin/perl -w
use Spreadsheet:arseExcel;
my $parse = new Spreadsheet:arseExcel->new() || die "ERROR creating
new object";
exit 0
I just downloaded the module today so it should be the latest.
Im running perl 5.10.0 on Linux fedora core.
Any suggestions as to what to check?
Thanks
Im trying to use this the Spreadsheet:arseExcel module and
having difficulty getting started. When I use the examples Ive
seen I get the following error:
Attempt to bless into a reference at /usr/local/lib/perl5/site_perl/
5.10.0/Spreadsheet/ParseExcel.pm line 178.
I havent coded much since I was trying to figure out how to use it,
my code is just:
#!/usr/bin/perl -w
use Spreadsheet:arseExcel;
my $parse = new Spreadsheet:arseExcel->new() || die "ERROR creating
new object";
exit 0
I just downloaded the module today so it should be the latest.
Im running perl 5.10.0 on Linux fedora core.
Any suggestions as to what to check?
Thanks