CGI sends most information concerning an http request from the server to the program via Environment Variables
The hash %ENV contains your current environment. Access an individual variable with $ENV{"variablename"}. Setting a value in ENV changes the environment for any child processes you subsequently fork() off.
See also:
Questions:
file: /Techref/language/perl/cgi.htm, 1KB, , updated: 2002/12/4 16:26, local time: 2024/11/16 12:03,
3.133.134.92:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/perl/cgi.htm"> Perl HTTP CGI Services</A> |
Did you find what you needed? |