in reply to Re: Populate CGI from HTTP::Request wo/ using %ENV ?
in thread Populate CGI from HTTP::Request wo/ using %ENV ?
There's no relation between CGI (the protocol) using the environment and the need to create a CGI object from a HTTP::Request object.
For example, CGI (the module) can already create an object from an Apache::Request object without touching the environment.
|
|---|