Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Perl/Basics/Development environment/CPAN"
From NetSec
Levi99Vmsb (Talk | contribs) (Created page with "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 CYGW...") |
Chantal21I (Talk | contribs) m (moved Perl/Basics/CPAN to Perl/Basics/Development environment/CPAN) |
(No difference)
|
Revision as of 23:54, 18 July 2012
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.