Top "Cpan" questions

CPAN is the Comprehensive Perl Archive Network, a code and documentation archive of over 100,000 open-source Perl modules across more than 25,000 distributions written by more than 10,000 authors.

What's the easiest way to install a missing Perl module?

I get this error: Can't locate Foo.pm in @INC Is there an easier way to install it than downloading, …

perl installation cpan
How do I get a list of installed CPAN modules?

Aside from trying perldoc <module name> individually for any CPAN module that takes my fancy or going through …

perl cpan
How can I install a CPAN module into a local directory?

I'm using a hosted Linux machine so I don't have permissions to write into the /usr/lib directory. When I …

perl module installation cpan
How do I update all my CPAN modules to their latest versions?

How do I update all my CPAN modules to their latest versions?

perl cpan
How can I de-install a Perl module installed via `cpan`?

I am using Perl running in user space (not installed via root) and installing modules via the command-line cpan. I …

perl module cpan
How do I tell CPAN to install all dependencies?

How do I tell CPAN to install all dependencies? I tried setting these in cpan: cpan> o conf prerequisites_…

perl dependencies cpan
Installing modules using Strawberry Perl

Until now I used ActiveState's ActivePerl, and used the ppm for installing modules. Last week I moved to Strawberry Perl, …

windows perl cpan perl-module strawberry-perl
How can I find the version of an installed Perl module?

How do you find the version of an installed Perl module? This is in an answer down at the bottom, …

perl module version cpan
How can I install a specific version of a set of Perl modules?

I'm tasked with replicating a production environment to create many test/sit environments. One of the things I need to …

perl version module cpan
install perl module Net::SSLeay through cpan

I have tried to install Net::SSLeay though cpan to install Email::Send::SMTP::TLS but I am getting the …

perl email openssl sendmail cpan