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.

How to fix: 'YAML' not installed when installing XML::Simple?

I'm trying to install XML::Simple module however I get the following everytime. cpan install XML::Simple Going to read …

linux perl cpan
How can I use CPAN as a non-root user?

I want to install perl modules on a shared server on which I do not have root access. How can …

perl cpan
Using CPAN with a proxy failing after o conf init /proxy/

I have a Linux box in a corporate environment in which web access is gated through a proxy which requires …

perl configuration proxy cpan
Can't locate local/lib.pm in @INC at /usr/share/perl/5.14/CPAN/FirstTime.pm

I am trying to use Perl the first time on my system which is Ubuntu 12.04. I have Perl v.5.14.2 installed. …

perl ubuntu-12.04 perl-module cpan
How to install XML::Parser without expat-devel?

XML::Parser fails to build on a quite fresh 64-bit Debian box. After issuing cpan XML::Parser, cpan fails with …

perl debian cpan expat-parser
Uninstall all perl modules installed by cpan

Yesterday I wanted to test some software and in the documentation it said, to install I just needed to type …

perl cpan
How to update CPAN perl module

I'm trying to install some perl module but everytime this message is shown New CPAN.pm version (v2.00) available. [Currently …

linux perl cpan
How can I install Perl modules without root privileges?

I am on a Linux machine where I have no root privileges. I want to install some packages through CPAN …

perl installation cpan
How do I install a module? Strawberry Perl issues

I am trying to install a Perl module within Strawberry Perl on Windows 7. I'm running the below command and am …

perl module cpan strawberry-perl
How can I extract URL and link text from HTML in Perl?

I previously asked how to do this in Groovy. However, now I'm rewriting my app in Perl because of all …

html perl parsing url cpan