NovaStar Program Reference / Web / wlgetquery


Overview

The wlgetquery program parses the cgi-bin QUERY_STRING environment variable contents and prints a new-line delimited list of parameter=value strings. The query string is the URL text after the question mark. For background see: CGI Environment Variables. The program is typically called within a cgi-bin environment, for example when called by a main cgi-bin program or script. The overall functionality is:

  • parse a URL query string into parameter=value strings
  • replace each + characters in the URL with a space
  • replace %-escaped hexadecimal numbers with corresponding integer value (as a character)

Command Line Usage

The command line syntax is:

wlgetquery [options]

Command line parameters are:

Parameter Description Default
-d # Set the debug level.
-h or --help Print the program usage.
-q Run in quiet mode (log messages to syslog but not console).
-d or --version Print the program version.

Examples

If the environment variable

ns...

Output will be similar to:

...some output...

Scheduling

This program is typically not run on a schedule.

NovaStar Administrator Interface

Explain how to access, including screen shots...

Troubleshooting

Explain, including log file name/location...

See Also