http://www.perlmonks.org?node_id=958367


in reply to Re: Can't locate define.pm
in thread Can't locate define.pm

use Spreadsheet::Parseexcel;
Should be:
use Spreadsheet::ParseExcel;
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.