On 3/24/03 7:08 PM, Stas Bekman wrote: > In the future I can see someone extending Apache::Request to handle CGI.pm's > HTML generation in C, so the two could be replace each other.
I've always thought that HTML generation does not belong in CGI.pm, so I don't see duplicating that functionality in an extended $r as a useful goal. Better to separate the HTML stuff (preferably into HTML widget objects, IMO) from request parsing and response formulation and delivery. -John