So I installed the Spreadsheet::WriteExcel module from CPAN. I ran the script in the FAQ to show me which modules are installed, and it listed the Spreadsheet modules. When I try to the module, however, it doesn't work. I get this error message:
Can't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: C:\j\NEW_SC~1\ c:/Perl/lib c:/Perl/site/lib .) at C:\j\NEW_SC~1\pexcel.pl line 3.
BEGIN failed--compilation aborted at C:\j\NEW_SC~1\pexcel.pl line 3.
My line 3 is: use Spreadsheet::WriteExcel;
Seems like it's not finding the module. But I let ppm (and also CPAN.pm) do the install automatically, so shouldn't the necessary files be where they need to be? And thought or a plan of attack?
Thanks...Jason
Can't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: C:\j\NEW_SC~1\ c:/Perl/lib c:/Perl/site/lib .) at C:\j\NEW_SC~1\pexcel.pl line 3.
BEGIN failed--compilation aborted at C:\j\NEW_SC~1\pexcel.pl line 3.
My line 3 is: use Spreadsheet::WriteExcel;
Seems like it's not finding the module. But I let ppm (and also CPAN.pm) do the install automatically, so shouldn't the necessary files be where they need to be? And thought or a plan of attack?
Thanks...Jason