http://www.perlmonks.org?node_id=399283


in reply to Model-View-Controller: Template Toolkit vs. XSLT

I'm creating code for two clients using the mechanism I described in one of my columns. Very very soon now, I'll be pushing that code to the CPAN. Basically, I use a derivative of Class::Prototyped for my controller, Class::DBI for my model, and Template for my view. It works very well.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.