Introduction to Perl for Bioinformatics
CGI-Programming
- Introduction
- Creating a static HTML file by a Perl program
- Creating a Web page "on the fly" by a CGI-program
- Guidelines for HTML page generation by a CGI-program
- Receiving CGI-program arguments from the URL
- Receiving CGI-program arguments from the URL (cont)
- Using CGI.pm for parsing the query string
- Receiving CGI-program arguments from a Web form
- HTML forms
- Form Example
- Read more about CGI.pm
- When should I use the URL and when a Web form for passing
arguments to a CGI-program?
- Querying a Web-based database - an example
- Handling error messages
Further reading:
Back to the
Programming Course Homepage.