On Wed, 17 May 2000, Drew Taylor wrote:

> That is an interesting point Brian. What I would like is
> a single object I can use to get form params OR generate
> HTML, ala CGI.pm, but mod_perl specific for speed
> reasons. The idea is to have as small a memory footprint
> as possible, using the mod_perl API only.

what part of the mod_perl api are you going to actually use?
with the list of widgets you sent earlier, i'm hard pressed
to see where anything other than $obj->param will be useful
to you. i don't see where you would get any benefit from
being "mod_perl specific".

Reply via email to