What's Next?

This lesson concludes the course and provides recommendations and feedback details.

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 ...