in reply to Re^6: How a web server sending data to a CGI perl script ?
in thread How a web server sending data to a CGI perl script ?
The RFC describes what the server must do that the script finds the information.
The "how" also is evident from the RFC. You stick the informatin into %ENV. Also consider looking at HTTP::Server::Simple::CGI::Environment or HTTP::Request::AsCGI, which set up a CGI environment.
|
|---|