in reply to Re: How a web server sending data to a CGI perl script ?
in thread How a web server sending data to a CGI perl script ?
From a CGI script perspective, when it's triggered by the server, the script will naturally have all relevant %ENV variables like REMOTE_ADDR, COOKIE, REQUEST_METHOD etc.
So that my very root question is how these $ENV variables are sent to the CGI script before the first line of code in the CGI script is run ?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How a web server sending data to a CGI perl script ?
by flexvault (Monsignor) on Jan 25, 2016 at 16:03 UTC | |
Re^3: How a web server sending data to a CGI perl script ?
by Anonymous Monk on Jan 25, 2016 at 07:26 UTC | |
by exilepanda (Friar) on Jan 26, 2016 at 17:00 UTC | |
by Anonymous Monk on Jan 27, 2016 at 08:50 UTC |