http://qs321.pair.com?node_id=302060


in reply to using CGI on HTTP::Request from HTTP::Daemon

I have some code to do this in OpenInteract2. See the code from CPAN, in particular the '_parse_request()' routine. I haven't tested it extensively (boo!), but GET is easy, POST (without uploads) seems easy, and POST (with uploads) is done manually.

I can't take credit for it, I just cribbed most (all?) of this from the OpenFrame project :-)

Chris
M-x auto-bs-mode

  • Comment on Re: using CGI on HTTP::Request from HTTP::Daemon