Hi all,

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?

At the moment, I'd rather not move to a system like
HTML::Mason or Template Toolkit -- the HTML I'm producing
is very simple (in fact, I've just been using $r->print
up to now, and it's not _too_ bad).

Thanks for any suggestions,

Neil

Reply via email to