|
Posted by Michael Zedeler on August 9, 2007, 4:32 pm
Please log in for more thread options
Santana wrote:
> Error in Spreadsheet module
>
> i'am new in newbie in Perl, and i try i convert a excel file in csv
> file in Suse 10.0 linux.
>
> I install the Spreadsheet-ParseExcel-0.32.tar.gz module in my linux
> but when i try run this script :
>
> use strict;
> use Spreadsheet::ParseExcel; [snip]>
> I have a error something like this :
>
> "Canīt locate Spreadsheet.pm in @INC(@INC constains : ............"
>
> There is missing other module ?
I've used that module very on a unix machine and didn't experience any
problems. How did you install the module? By using CPAN (perl -MCPAN -e
shell) or manually (download package from CPAN, unpack, compile, test
install)?
Would you mind posting the complete error message as perl reports it?
Regards,
Michael.
|