CGI Programming

A series of three articles about CGI programming that I wrote for Linux Format in 2001.

Please note that these tutorials are only left here for historical interest. If you are writing new web applications with Perl these days, you should be considering something based on PSGI and Plack or even something using raw PSGI.

  • CGI Programming Part 1
    In this series of tutorials we'll look at how to write CGI programs. This first tutorial looks at the basics of CGI programming.
  • CGI Programming Part 2
    In this series of tutorials we'll look at how to write CGI programs. The second tutorial in the series looks at some of the security issues in CGI programming.
  • CGI Programming Part 3
    In this series of tutorials we'll look at how to write CGI programs. The third tutorial in the series looks at some more advanced topics in CGI programming.

2 thoughts on “CGI Programming

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.