Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 4. CGI PROGRAMS

Chapter 4. CGI PROGRAMS

Perl powers the Web. That's because it's the ideal language for writing a very simple program that can read text input, perform simple calculations on the data, and write out the results. Because it is so good at this, it's used to power most of the CGI scripts in the world.

With Perl, it's easy to quickly create small yet robust CGI form handlers and thus create a wicked cool website.