Showing revision 8

PerlModules

The shell

 perl -MCPAN -e shell

CPAN module installer:

 cpan App::cpanminus

To install a module:

 cpanm Module::Name

to uninstall

 cpanm --uninstall Module::Name

To reinitialize CPAN's configuration:

 o conf init

As of mid 2005, the Perl which installs with pkg-get was compiled with the Forte compiler which most people don't have; if you add modules with CPAN which need to be compiled.

Following directions here:

Or you can manually make with something like:

 perl -cc=gcc Makefile.pl

Perl modules we need:

-dan