Installing modules using Strawberry Perl

ronssd picture ronssd · Jul 10, 2011 · Viewed 83.1k times · Source

Until now I used ActiveState's ActivePerl, and used the ppm for installing modules.

Last week I moved to Strawberry Perl, but I don't know how I should install modules using Strawberry Perl. What is some information on how module installation is done using Strawberry Perl or is there some link on how to install new modules?

Answer

Alexandr Ciornii picture Alexandr Ciornii · Jul 11, 2011

You can still use ppm, but it is not recommended. Run CPAN client from the Strawberry Perl or Strawberry Perl (64-bit), sub folder Tools, entry in the Start menu.

Type install Module::Name there.