On Fri, 18 May 2001 23:28:06 -0400, Neil Conway wrote:
> I'd like to be able to use something similar to CGI.pm's HTML
> generation methods in a PerlHandler I'm writing. Since I'm
> not ever going to be using CGI directly (and also, the HTML
> I'm doing is pretty simple), CGI.pm seems like overkill --
> and from looking at some basic memory usage data, it seems
> like you pay for this complexity/flexibility.
> 
> Is there a simple (fast, light) module that generates HTML
> in a similar style to CGI.pm, for use with mod_perl?

If you just care about CGI.pm's "stickiness", my HTML::StickyForms module in 
combination with Apache::Request will generate form elements. You'll have to do the 
other elements yourself, though.


-- 
        Peter Haworth   [EMAIL PROTECTED]
"This seems dangerously close to COBOL,
 something difficult to argue in favor of."
                -- Tom Christiansen

Reply via email to