Its hard for beginners and experts alike in any language to keep up with the flood of new libraries being written all the time. MetaCPAN has thousands of modules. Its hard to know which module is the best one. For example there are at least 7 modules for parsing JSON in Perl. New modules appear all the time which make the old best solution obsolete.

How to choose a module

There are a couple good sources of advice:

Some problems

These are great sources of advice that insiders are familiar with. There are few issues though.

  • This advice is hard to find for new people – or even for people who are busy solving problems instead of navel gazing about their language of choice (like I do).
  • There isn’t always a sustained effort to keep these current.
  • Some sources don’t discuss alternatives or provide reasons for the recommendations. A discussion helps developers make up their own mind about whether the advice fits their situation or is outdated or is just silly.
  • Some topics aren’t covered.

Recomended Modules

I’m hoping I can solve some of these issues. Its still new and experimental, but I started writing a new chapter for my book Minimum Viable Perl called “Recommended Modules”.

The first article is out and its about choosing the best module for handling exceptions. I reviewed 6 different ways of handling exceptions and benchmarked them. Its the 1st of 3 articles on handling exceptions.

The goal is to make the “Recommended Modules” chapter everyone’s destination for quickly discovering what the best Perl module is for solving a given problem.

Its on github – like the rest of the book. So feedback is welcome via github issues.

thumbsup(ye)