
posted_params(-NameValuePairs)

   Returns the parameters posted to the CGI script

Type
   library(cgi)

Description
Returns a list of Name=Value pairs, where Name is an atom
    and Value is a string, representing the information that was posted to
    the CGI script. Both POST and GET methods are supported.

See Also
   get_param_value / 3, substitute_placeholders / 3
