\section{\module{cgi} --- Common Gateway Interface support.} \declaremodule{standard}{cgi} \modulesynopsis{Common Gateway Interface support, used to interpret forms in server-side scripts.} \indexii{WWW}{server} \indexii{CGI}{protocol} \indexii{HTTP}{protocol} \indexii{MIME}{headers} \index{URL} Support module for Common Gateway Interface (CGI) scripts.% \index{Common Gateway Interface} This module defines a number of utilities for use by CGI scripts written in Python. \subsection{Introduction} \nodename{cgi-intro} A CGI script is invoked by an HTTP server, usually to process user input submitted through an HTML \code{