Perl

From Koset

Jump to: navigation, search

Perl Tips

CPAN

How do I install Perl modules?

Taken from the CPAN FAQ so I can find it when I need it.

Installing a new module can be as simple as typing perl -MCPAN -e 'install Chocolate::Belgian'. The CPAN.pm documentation has more complete instructions on how to use this convenient tool. If you are uncomfortable with having something take that much control over your software installation, or it otherwise doesn't work for you, the perlmodinstall documentation covers module installation for UNIX, Windows and Macintosh in more familiar terms.

Retrieved from "http://koset.net/Perl"
Personal tools