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

Difference between revisions of "Perl/Basics/Development environment/CPAN"

From NetSec
Jump to: navigation, search
 
Line 1: Line 1:
 +
<noinclude>:<font size="-2">[[Perl]] > [[Perl/Basics|Basics]] > [[Perl/Basics/Development environment|Development environment]] > [[Perl/Basics/Development environment/CPAN|CPAN]]</font></noinclude>
 +
 
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.
 
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.
 
Note: If `cpan' does not work, try `perl -e 'shell' -mCPAN'.  If this does not work, your installation may be broken.

Latest revision as of 08:14, 19 July 2012

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.