in reply to Re: Can't locate define.pm
in thread Can't locate define.pm
I'm not sure what you mean, but the proper capitalization is indeed Spreadsheet::ParseExcel. On case-insensitve filesystems and in case the module doesn't export anything (like, apparently this module) that would hardly seem to matter, but it is a proper habit to get into.Should be:use Spreadsheet::Parseexcel;use Spreadsheet::ParseExcel;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't locate define.pm
by marto (Cardinal) on Mar 08, 2012 at 10:20 UTC |