Skip to content

Instantly share code, notes, and snippets.

@rc0r
Created September 25, 2014 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rc0r/5224e4c5ae3025e1b8d0 to your computer and use it in GitHub Desktop.
Save rc0r/5224e4c5ae3025e1b8d0 to your computer and use it in GitHub Desktop.
Perl CPAN HowTo

Perl CPAN HowTo

How to install new modules:

perl -MCPAN -e 'install <module>'

Examples:

perl -MCPAN -e 'install Net::DNS'
perl -MCPAN -e 'install Net::hostent'

How to upgrade the whole CPAN setup:

perl -MCPAN -e "upgrade /(.\*)/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment