The way the cool kids do it is to use CGI::Application in conjunction with HTML::Template.
http://cgiapp.erlbaum.net/ Haven't done it myself, used HTML::Mason last time, which isn't true MVC. James > -----Original Message----- > From: Foo JH [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 24, 2007 7:37 PM > To: Tyler Bird > Cc: modperl@perl.apache.org > Subject: Re: mod_perl MVC framework. > > What is fast to cook, good to eat is HTML::Template. No XML, easy > abstraction between your web designer and developer. > > Tyler Bird wrote: > > Hi List, > > > > Hey I was wondering if there was any MVC framework that anybody on > > this list could point > > me to that work work well with mod_perl. > > > > We are having difficulty finding a good MVC framework for perl. > > > > I have looked at HTML::Mason and the template toolkit today. I am not > > quite sure mason is a MVC framework. The template toolkit looks > > promising. > > > > Tyler