Tagged Questions

CPAN is the Comprehensive Perl Archive Network, an archive of over 20,000 modules of software written in Perl, as well as documentation for it.

learn more… | top users | synonyms

40
votes
9answers
9k views

How do I tell cpan to install all dependencies?

How do I tell cpan to install all dependencies? Edit: After following Sinans link. I tried setting these in cpan: cpan> o conf prerequisites_policy follow cpan> o conf commit I still had to ...
24
votes
2answers
10k views

How can I install a specific version of a Perl module?

I'm tasked with replicating a production environment to create many test/sit environments. One of the things I need to do is build up Perl, with all the modules which have been installed (including ...
23
votes
26answers
862 views

Which lesser-known CPAN modules have you found to be real gems? [closed]

Which lesser-known CPAN modules have you found to be real gems? Please post links to the modules like this [`Example::Module`][Example::Module] [Example::Module]: ...
22
votes
8answers
3k views

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 be available through the package manager. Others, of course, not. For quite a while I ...
20
votes
13answers
12k views

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 the file system and looking at the directories I have no idea what modules we ...
18
votes
19answers
868 views

What constitutes effective Perl training for non-Perl developers?

I've been working with Perl long enough that many of its idiosyncracies have become second nature to me. When new programmers join our group, they frequently have little to no experience with Perl, ...
17
votes
4answers
453 views

How do I get started writing a module for CPAN?

Right now, I have my own homegrown testing harness/directory structure/support doc strucure/distribution tools for my libraries. However, reading the blog post Write your code like it's going on ...
16
votes
3answers
3k views

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

I know this is really simple... sorry :)
16
votes
17answers
1k views

What are some good Perl debugging methods?

Are there any other ways for debugging Perl apart from Data::Dumper and perl -d?
15
votes
9answers
2k views

The future of Perl? (Perl 6, Employability)

I've found a few related questions, like Python V Perl and Is Perl Worth it?, but I can't seem to find anything that directly addresses this question. Is there a legitimate future in Perl? I work in ...
15
votes
14answers
6k views

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, untarring, making, etc?
14
votes
10answers
1k views

Why do you not use CPAN modules?

ETA: When I ask "Why do you not use CPAN modules?", I am referring to the people who refuse to use any CPAN modules (including high quality ones like DBI). Not all CPAN code is of high quality, and ...
14
votes
6answers
827 views

How do I choose a package name for a custom Perl module that does not collide with builtin or CPAN packages names?

I have read the perldoc on modules, but I don't see a recommendation on naming a package so it won't collide with builtin or CPAN module/package names. In the past, to develop a local Session.pm ...
13
votes
9answers
5k views

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, but I figure it important enough to live up here. With these suggestions, I create a function in my ...
12
votes
1answer
150 views

How to test/classify CPAN modules for utf8 correctness

Here is an excellent question and the wonderful tchrist's answer with 7+24+52 advices&comments how to make an perl program utf8 safe. But here is 19k CPAN modules. What is possible to do for ...
12
votes
4answers
281 views

Which cpan installer is the right one? (CPAN.pm/CPANPLUS/cpanminus)

There are multiple installers for cpan modules available; I know of at least CPAN.pm (comes with perl,) CPANPLUS, and cpanminus. What is the difference between the three? What situations call for ...
12
votes
3answers
1k views

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 I do this? They also seem to have an older version of CPAN (it complains about that when running the ...
12
votes
10answers
1k views

Which Perl database interface should I use?

Is CPAN DBI the best database interface to use in Perl for general database use? Are there some better options?
11
votes
3answers
371 views

Is there a working CPAN/CPAN6 like project for Perl 6?

Im playing around with rakudo perl6 lately and was searching for a project similar to cpan. I found cpan6 but i think there is no Perl 6 code yet. So im looking for some alternative that does not ...
11
votes
4answers
2k views

What are some code coverage tools for Perl?

Are there any good (and preferably free) code coverage tools out there for Perl?
10
votes
2answers
143 views

Can a Perl script install its own CPAN dependencies?

I have a Perl script that has two dependencies that exist in CPAN. What I'd like to do is have the script itself prompt the user to install the necessary dependencies so the script will run properly. ...
10
votes
3answers
176 views

Best practice for using slightly modifying module from CPAN?

I'm using DBI and DBD::SQLite, and now I'd like to use the R*Tree feature of SQLite. Since this feature is not compiled by DBD::SQLite by default, I have to add a -DSQLITE_ENABLE_RTREE=1 to the ...
10
votes
3answers
9k views

How do I tell CPAN.pm where to get modules?

Here is the complete install command to CPAN and the output: sudo perl -MCPAN -e "install Bundle::CPAN" CPAN: Storable loaded ok (v2.13) Going to read /home/delgreco/.cpan/Metadata Database was ...
9
votes
2answers
287 views

How to use a CPANPLUS autobundle to update a new version of Perl?

I have Perl 5.13.4 with a large collection of installed CPAN modules. I have just compiled Perl 5.14.0. I'd like to install (recompile) all the modules in 5.13.4 into 5.14.0. I can/have generated a ...
9
votes
1answer
970 views

How do I install CPAN modules while using perlbrew?

I have started using perlbrew and installed perl-5.12.2. I understand I need to re-install my CPAN modules, so I switched to my new perl version (perlbrew switch perl-5.12.2 and hash -r), verified ...
9
votes
4answers
97 views

How could I find files that use certain modules in CPAN?

Some modules on CPAN are excellently documented, others.... not so much, but it's usually easy to discern how to use a module via prior art (e.g modules/tests that used the module you're looking to ...
9
votes
3answers
378 views

Do different versions of Perl require different CPAN module installations?

We have a server farm that we are slowly migrating to a new version of Perl (5.12.1). We are currently running 5.8.5. The OS will be upgraded from RedHat 4 to RedHat 5 as well, but RedHat 5 is ...
9
votes
5answers
4k views

How do I find the module dependencies of my Perl script?

I want another developer to run a Perl script I have written. The script uses many CPAN modules that have to be installed before the script can be run. Is it possible to make the script (or the perl ...
9
votes
8answers
7k views

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 the CPAN libraries. If the page contained these links: <a ...
8
votes
1answer
247 views

Perl: How to make “use My::defaults” with modern perl & utf8 defaults

I want make a module for the my own "default use", e.g.: use My::perldefs; with the following content (mostly based on tchrist's post.) use 5.014; use strict; use features qw(switch say state); ...
8
votes
4answers
181 views

What's the proper way of obtaining an account on CPAN?

Can you please tell me the steps I need to follow in order to obtain an account on CPAN? I'd like to contribute some modules. A while back, I tried to create an account, and I remember I got back a ...
8
votes
8answers
472 views

Separating configuration data and script logic in Perl scripts

I find the following anti-pattern repeated in my Perl scripts: the script contains some machine/setup specific settings which I store in-line as constants in the script whereas the rest of the script ...
8
votes
6answers
5k views

What is the best Perl module to use for creating a .pdf from scratch?

There are quite a number of modules on CPAN relating to the creation and manipulation of .pdf files, and I'm hoping this community can save me some time going down blind alleys. I am looking to ...
8
votes
8answers
3k views

How can I determine CPAN dependencies before I deploy a Perl project?

Does anyone have any suggestions for a good approach to finding all the CPAN dependencies that might have arisen in a bespoke development project. As tends to be the case your local development ...
7
votes
2answers
91 views

How to get started writing Perl bindings for a C++ library?

I want to write Perl bindings for a C++ library, so that the library can be used from Perl. How would I get started doing this? I've written pure-Perl modules for CPAN before.
7
votes
1answer
57 views

Writing a modular aggregator and normalizer in Perl

I've just entered into an environment where I am much more free to choose whatever approach I want for a project (meaning full access to the CPAN and no module-approval-by-committee), but I'm a little ...
7
votes
3answers
234 views

Config file handling in Perl

There are plenty of Modules in the Config:: Namespace on CPAN, but they are all limited in ond way or another. I'm currently using Config::Std, which is fine most of the time, however it makes ...
7
votes
1answer
116 views

How to tell CPAN (Perl) about packages created with meta-programming?

I have several CPAN modules that make extensive use of meta-programming to cut down on boiler-plate and to ease refactoring. The consequence of this however is that there are many packages that get ...
7
votes
3answers
336 views

What's the best library for parsing RSS/Atom in Perl?

I notice that XML::RSS::Parser hasn't been updated since 2005. Is this still the recommended library for parsing RSS or Atomtom? Is there a better one or a better way?
7
votes
4answers
1k views

How do I automate CPAN configuration?

The first time you run cpan from the command line, you are prompted for answers to various questions. How do you automate cpan and install modules non-interactively from the beginning?
7
votes
3answers
126 views

What are your tricks for speeding up CPAN on limited resource devices?

I was recently trying to upgrade a few Perl modules on my cell phone (nokia n900), and installing the latest copy of Module::Build took the better part of an hour. Most of the time (70% ish) seemed ...
7
votes
4answers
2k views

How do I install Perl's SVN::Client?

I want to use the SVN::Client cpan module to check out code from a repository. But how to install and use this module? The documentation is kind of no existing. I have tried install the Alien::SVN ...
7
votes
3answers
174 views

How can I represent a file system's symbolic links in a Perl hash?

On Server Fault, How to list symbolic link chains? (not my question) talks about listing all the symbolic links and following them. To make this doable, let's consider a single directory at first. ...
7
votes
2answers
503 views

How can I install a CPAN module that is in the latest perl, without installing the new perl?

I'd like to install a Perl module (in this case, FindBin), but since it is included in the perl5.10.1 distribution, cpan wants to install perl5.10 for me. Is there any way of installing just the ...
7
votes
3answers
7k views

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 try to install a CPAN module by doing the usual: perl Makefile.PL make test make install ...
7
votes
7answers
4k views

How can I use a new Perl module without install permissions?

Here is my situation: I know almost nothing about Perl but it is the only language available on a porting machine. I only have permissions to write in my local work area and not the Perl install ...
7
votes
18answers
2k views

Useful Perl modules

What is the most important module you pull off of CPAN to add to a stock Perl install? One module only per response, please. Please explain why you think the module is best-of-breed
6
votes
3answers
127 views

Perl multi-dimensional table with headers

I'm trying to implement a multi-dimensional table with headers. Here's an example for 2D: < dimension1 > /\ 'column0' 'column1' dimension0 'row0' ...
6
votes
3answers
149 views

Stopping Perl XS modules from silently falling back to pure-perl

It seems some (many?) modules on CPAN are partly implemented in C using XS, and can fall back to a pure-perl implementation if necessary. While this is smart, it can obviously hurt performance, and I ...
6
votes
8answers
1k views

When should I use Perl CGI instead of PHP (or vice versa)?

For hobby purposes, I have a shared space on a hosting server that is providing, as many of them are, both PHP and Perl CGI. I have read on several places that CGI scripts are obsolete now, I think ...

1 2 3 4 5 7