in reply to Re: Web framework under both mod_perl and CGI
in thread Web framework under both mod_perl and CGI
(To you and to the other HTML::Template voters)
Yes, among the different templating modules HTML::Template looks most promising. I have used CGI::FastTemplate before.
What I would also like to have is session handling, object orientation, and all the things CGI.pm gives me, without CGI.pm.
But if HTML::Mason, Apache::ASP and HTML::Embed are dead ends, HTML::Template would have to do.