Hi Tyler

> 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.

Neither TT or Mason are MVC frameworks, but they can be used to
provide the V(iew) in MVC.

What you're looking for is one of the following, in no particular order:

Catalyst
Jifty
CGI::Application
CGI::Prototype

And even then, you will most likely end up using TT or Mason for the view.

regards,

Juan Natera

Reply via email to