Namespace cgi
gpsee.module.ca.page.cgi - CGI module
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
CGI module for writing CGI scripts
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
cgi.query
Provides access to parsed query-string variables
cgi.query's members reflect the contents of the query string once it has been initialized with its readQuery() member method. |
Namespace Detail
cgi
CGI module for writing CGI scripts
Author: Wes Garland, PageMail, Inc., wes@page.ca.
Author: Wes Garland, PageMail, Inc., wes@page.ca.
Field Detail
<static>
cgi.query
Provides access to parsed query-string variables
cgi.query's members reflect the contents of the query string once it has been initialized with its readQuery() member method. Multiple query string arguments of the same name may be unsupported.