The Scripting Paradigm*
A script is a relatively small program that serves to direct activities of a system, typically by calling upon system services and programs written in other languages.
Fetch input parameters from the environment.
Authenticate the user against a username/password database.
Format the results as a web page.
Print the web page to the standard output stream.