in reply to Re^2: Embedding "user" CGI output into a mod_perl response
in thread Embedding "user" CGI output into a mod_perl response
I think you are overestimating how easy it is to do your own CGI. You can try copying some code from one of the perld HTTP daemons on CPAN, but there's a lot to deal with in terms of proper error handling and security. Better to let mod_cgi do it if you can.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Embedding "user" CGI output into a mod_perl response
by bmcatt (Friar) on May 10, 2006 at 04:19 UTC |