Oliver Glass [[EMAIL PROTECTED]] quoth:
*>I have activestate perl installed on NT and used to use VPM for
*>installing packages. Recently, I discovered 'perl -MCPAN -e shell' when
*>using cygwin and found it works on NT also. I know ppm is something to
*>do with packages too...
http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules
*>So what's the difference between these three?
*>
*> perl -MCPAN -e shell
Installs modules from CPAN and compiles them locally.
*> ppm
Installs modules from ActiveStates' PPM repository, no local compiling
iirc.
*>Are there any other package installers out there? Do these utils offer
*>any more functions than installing packages?
The is another on http://kobesearch.cpan.org/ that is called
'quickinstall'.
CPAN.pm is still the most flexible and, in my opinion, the best and will,
as far as I know, work even with ActivePerl.
e.