in reply to How to get started with CPAN

If you are using the ActiveState Perl distribution (you should be) many of the CPAN modules are available using ppm.


Perl is Huffman encoded by design.

Replies are listed 'Best First'.
Re^2: How to get started with CPAN
by xdg (Monsignor) on Aug 24, 2005 at 02:07 UTC
Re^2: How to get started with CPAN
by maryfran (Novice) on Aug 25, 2005 at 17:40 UTC
    Hi, Thanks for responding. What is ppm? Thanks again, Mary

      ppm is the Perl Package Manager and is part of the ActiveState Perl distribution. It uses various repositories which contain pre-built CPAN modules and provides ways to search, install and manage packages.

      The links in the reply above are to some of the additional ppm repositories that various people have created.


      Perl is Huffman encoded by design.