NeoWebScript Variables

The following environment variables are currently available in NeoWebScript™:

webenv array

The global array webenv contains information from the webserver as key-value pairs. (In a normal CGI application, this data would be passed in through Unix environment variables.) The following variables are normally present: The following additional variables may be present after a POST: Note that the routines load_response and load_cookies are available to parse out the variables passed from a form, in the former case, and from the persistent data "cookie" mechanism, in the latter.