What You Have Achieved

By working through the material in this chapter, you have learned how to do the following things from within Perl scripts:

  • How to use DBI to connect to and disconnect from the MySQL server

  • How to run queries to add new records, or retrieve, delete, or modify existing records

  • How to generate dynamic Web pages using CGI.pm to produce HTML

  • How to perform basic Web form-processing operations

  • How to perform simple searching

Web servers were initially conceived as a means of transferring files easily to users on remote hosts. Generating dynamic pages as you’ve done in this chapter produces a Web serving environment that is fundamentally different. We’re still providing information to users, and they’re still viewing what appear ...

Get MySQL and Perl for the Web now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.