in reply to Re^2: How Do You Call a Non-Exported Function from a Module?
in thread How Do You Call a Non-Exported Function from a Module?
The synopsis for Spreadsheet::XLSX::Utility2007 starts wth
use Spreadsheet::XLSX::Utility qw(ExcelFmt ExcelLocaltime LocaltimeExc +el);
but the source code in http://cpansearch.perl.org/src/DMOW/Spreadsheet-XLSX-0.1/lib/Spreadsheet/XLSX/Utility2007.pm says
package Spreadsheet::XLSX::Utility2007; #some stuff @EXPORT_OK = qw(ExcelFmt LocaltimeExcel ExcelLocaltime col2int int2col + sheetRef xls2csv);
So, no, I don't know why the OP didn't get a "Can't locate ... in @INC" error :(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How Do You Call a Non-Exported Function from a Module?
by socrtwo (Sexton) on Apr 11, 2009 at 02:51 UTC |