in reply to how to install cpan modules in windows XP?

Hi,

You need to go to the author's page where all the modules will be listed and then select the module which you would like to use and then check the version. Accordingly, you can download it and then install the same. for example the case of the List::MoreUtil module http://search.cpan.org/~vparseval/List-MoreUtils-0.25_02/

  • Comment on Re: how to install cpan modules in windows XP?

Replies are listed 'Best First'.
Re^2: how to install cpan modules in windows XP?
by marto (Cardinal) on Mar 26, 2010 at 14:42 UTC

    ActiveState Perl has shipped with a cpan client for some time now, this will also install a C compiler and build tools should you need them (note the module you used as an example contains xs code). It's often easier/quicker to use cpan or PPM to install modules than it is do it by hand. See also Installing Modules from the tutorials section of the site.