Questions about this topic? Sign up to ask in the talk tab.

Perl/Basics/Development environment/CPAN

From NetSec
Jump to: navigation, search
Perl > Basics > Development environment > CPAN

CPAN is the module and package installer for perl. It can be accessed on most distributions simply by typing `cpan'. On windows, you can access it by typing `cpan' in your CYGWIN shell. Note: If `cpan' does not work, try `perl -e 'shell' -mCPAN'. If this does not work, your installation may be broken.