Navigation

Operators and Keywords

Function List:

C++ API

Function File: val = getfirst( cgi,name)
Function File: val = getfirst( cgi,name,default)

Returns the first CGI parameter with the given name. If the CGI parameter is not found in the query string, then the parameter default is returned if specified or an error is raised. The object cgi was created using the cgi() constructor.

See also: cgi,@cgi/getlist.

Package: cgi