Chapter 6. Other related Perl modules

Table of Contents
In this chapter...
Useful Perl modules
Failing gracefully with CGI::Carp
Encoding URIs with URI::Escape
Creating templates with Text::Template
Sending email with Mail::Mailer
Chapter Summary

In this chapter...

In this section we are briefly introduced to Perl modules which may be useful to us in developing CGI applications, including modules for failing gracefully, encoding and decoding URLS, and filling in templates.