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.

Which Perl module would you recommend for JSON manipulation?

As usual, I'm happy to deal with CPAN because it got all we need. As usual, I'm lost because there …

json perl cpan perl-module
How do YOU manage Perl modules when using a package manager?

A recent question here on SO got me thinking. On most Linux distributions that I tried, some Perl modules would …

linux perl module packages cpan
Can't locate XML/DOM.pm in @INC (you may need to install the XML::DOM module)

I am new user for the Perl language where executing a Perl script comparison based on ROUGE tool. I didn't …

xml perl cpan rouge
How to tell CPAN about path to make and cc

Running Perl 5.10 CPAN on Solaris with opencsw.org packages, Makefile.PL from packages can't find the correct path and cc (…

perl cpan solaris-10
What are some good Perl debugging methods?

Are there other ways for debugging Perl programs apart from Data::Dumper and perl -d?

perl debugging programming-languages cpan
Where does CPAN install Perl modules in OS X?

Just curious where CPAN installs all the Perl modules by default in OS X.

perl macos cpan
Parse and display MIME multipart email on website

I have a raw email, (MIME multipart), and I want to display this on a website (e.g. in an …

perl email mime cpan template-toolkit
Why do I get "Could not find gdlib-config in the search path" when I try to install GD::Polygon, even though gdlib-config is installed?

I'm trying to install GD::Polygon by running cpan install GD::Polygon, but I get the following error: **UNRECOVERABLE ERROR** …

perl gd cpan gdlib
Sending a trap with Perl's Net::SNMP

I'm trying to send a trap as part of a larger Perl script. I've copied the trapsending code to another …

perl snmp cpan net-snmp
"Fatal error: 'EXTERN.h' file not found" while installing Perl modules

While trying to install Perl modules like JSON::XS or YAML::XS, i receive the same error: XS.xs:1:10: fatal …

json perl cpan