Search⌘ K

What's Next?

Explore essential Perl modules and key CPAN tools that help solve common programming problems. Learn how to stay updated with new Perl resources and adopt continuous learning strategies to evolve your Perl skills and write better code.

We'll cover the following...

Although Perl includes an extensive core library, it’s not comprehensive. Many of the best modules are available outside the core, from the CPAN. The Task::Kensho metadistribution includes several other distributions that represent the best the CPAN has to offer. When you need to solve a problem, look there first.

Recommendations

The CPAN has plenty of other gems, though. For example, if you want to

  • Access a database via SQL, use the DBI module.

  • Embed a ...