/ Published in: Perl
ActivePerl has a great package manager utility -- just type "ppm" at the prompt.
The problem is that ActivePerl's PPM points to ActivePerl's package repository, which doesn't contain every module listed on CPAN.
The solution is to invoke the cpan utility under windows! Here's how.
Expand |
Embed | Plain Text
perl -MCPAN -e shell
You need to login to post a comment.
