On 10/20/01 3:44 AM, Ken Williams wrote: > John Siracusa <[EMAIL PROTECTED]> wrote: >> As far as my work is concerned, a mod_perl httpd that can't load both >> Apache::Request and Apache::Cookie is useless :( > > Well, since you work with this stuff, you're probably aware that there > are alternatives to both Apache::Request and Apache::Cookie - the CGI.pm > module will do their jobs, albeit at an efficiency penalty.
Yeah, I know all about it, but the whole point is that I need to be able to develop stuff that will eventually run in production, not "stuff that will run in production after someone goes through and painstakingly removes all references to CGI and CGI::Cookie and replaces them with Apache::Request and Apache::Cookie calls." And no, using CGI and CGI::Cookie in production "because OS X can't run Apache::Request and Apache::Cookie" is not exactly going to fly ;) -John
