Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

hi, Guys i'm really having a tough time to install perl packages. i wanted to download ParseExcel and WriteExcel but i am not getting help from ppm. i have tried both ActivePerl and Strawberr Perl but no success. I tried CPAN too and installed nmake also but i always get an error.I'm totally new to perl so plz help me out people...is there something wrong with my configuration???i downloaded the tar files also but after running perl Makefile.pl it shows warning ang make also doesn't work.... thanx, regards Jesse
  • Comment on Problem in downloading WriteExcel and ParseExcel

Replies are listed 'Best First'.
Re: Problem in downloading WriteExcel and ParseExcel
by hdb (Monsignor) on Dec 03, 2013 at 07:56 UTC

    I am using Strawberry 5.16.3 64bit under Win 7 and

    cpan install Spreadsheet::ParseExcel cpan install Spreadsheet::WriteExcel

    works without issues. You need to provide more detail of what's going wrong to get some help (error messages etc).

Re: Problem in downloading WriteExcel and ParseExcel
by marto (Cardinal) on Dec 03, 2013 at 10:19 UTC

    If you're asking for help you need to tell us exactly what went wrong. How do I post a question effectively? explains how best to help us to help you. Regards module installation, if you download and extract tar files manually you will also need to do this for other modules which your target module is dependant on. the cpan tool (others are available) does all this for you:

    cpan Module::Name