jandrew / Spreadsheet-XLSX-Reader-LibXML

Read spreadsheet files with xlsx extentions
Other
4 stars 2 forks source link

Can't locate version.pm #101

Closed daominh6879 closed 7 years ago

daominh6879 commented 7 years ago

Hi There,

This is the first time I'm using this script and I encountered with a problem "Can't locate version.pm". Can you give me any hint about it? Thanks a lot!

jandrew commented 7 years ago

@daominh6879

First I need to let you know that this package is depricated in favor of Spreadsheet::Reader::ExcelXML although I would expect you to have the same issues with version.pm for that package as for this one.

version.pm should be core for perls 5.10 and newer but you can add it to your system from CPAN. However, this package is unlikely to work for perls earlier that 5.10 for other reasons as well. You can test what version of perl you are using with the line;

perl -v

Best Regards,

Jed

daominh6879 commented 7 years ago

Hi Jed,

Thanks a lot for help. I can use this script now

Best, Hung