On Wed, 17 May 2000, Doug MacEachern wrote:

> personally, i'd like to see Apache::HTML for generating html, written in
> c.  something simple along the lines of HTML::AsSubs, then another class
> to glues it and Apache::Request together that provides CGI.pm features,
> like 'sticky forms'.  but, i haven't given that much thought.

C seems like serious overkill for something to simply generate plain text
output.  How slow is making a string in perl compared to doing it in C?  
I can't imagine there's to much of a difference.

I really think the goal should be to make Apache::Request integrated into
the new CGI module (or vice versa, depends on how you look at it).

-dave

/*==================
www.urth.org
We await the New Sun
==================*/

Reply via email to