brian moseley wrote:
> 
> peter: i question why you want to subclass Apache::Request,
> rather than provide a helper class that maybe maintains a
> reference to an Apache::Request object, or some other weaker
> type of relationship.
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.

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/

Reply via email to