On Aug 9, 3:22 am, [EMAIL PROTECTED] (Santana) wrote:
> Hei friends,
> i'am new in newbie in Perl, and i try i convert a excel file in csv
> file  in Suse 10.0 linux.

(1)
> I install the Spreadsheet-ParseExcel-0.32.tar.gz module in my linux

(2)
> use Spreadsheet::ParseExcel;

(3)
> I have a error something like this :
> "Can“t locate Spreadsheet.pm in @INC(@INC constains : ............"

One or more of the above three snippets is a lie.  Please tell us
which one(s) so that we may help you to diagnose your problem.

if (1) was true, you would not be getting an error message.
if (2) was true, (3) would say Spreadsheet/ParseExcel.pm, not
Spreadsheet.pm
if (3) was true, (2) would say 'use Spreadsheet;', not 'use
Spreadsheet::ParseExcel';

First tell us what steps you followed to theoretically install this
module, then COPY AND PASTE the actual relevant lines of code and the
*actual* error messages.

Paul Lalli


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to