in reply to Reading in Post Variables from a socket

I've done this. It's not trivial. Is there a reason you're not using a standard web server? Apache's really easy to install, and then you can use CGI. Otherwise, if you use HTTP::Daemon, you have to roll your own CGI parser, and they're rather complex.

  • Comment on Re: Reading in Post Variables from a socket