31 January, 2014

Perl

http://ashwin.wordpress.com/2012/06/07/how-to-install-perl-modules-on-windows-7-without-using-perl-package-managerppm/


D:\Akshay\Technical\Perl\sample program>perl XLS2XML.pl
Can't locate OLE/Storage_Lite.pm in @INC (you may need to install the OLE::Storage_Lite module) (@INC contains: D:/Perl64/site/lib D:/Perl64/lib .) at D:/Perl64
/site/lib/Spreadsheet/ParseExcel.pm line 18.
BEGIN failed--compilation aborted at D:/Perl64/site/lib/Spreadsheet/ParseExcel.pm line 18.
Compilation failed in require at XLS2XML.pl line 3.
BEGIN failed--compilation aborted at XLS2XML.pl line 3.


D:\Akshay\Technical\Perl\perl modules\Digest-Perl-MD5-1.9\Digest-Perl-MD5-1.9>pp
m query *Excel*
┌────────────────────────┬─────────┬──────────┬──────┐
│ name │ version │ abstract │ area │
├────────────────────────┼─────────┼──────────┼──────┤
│ Spreadsheet-ParseExcel │ 0.59 │ │ site │
│ Spreadsheet-WriteExcel │ 2.40 │ │ site │
└────────────────────────┴─────────┴──────────┴──────┘
(2 packages installed matching '*Excel*')

No comments: