> I wish I had more to offer to the discussion, but I echo Bill's > sentiments that a write-up would be much appreciated
There really are a lot of articles about MVC for web applications. It sounds like Jesse has a new one coming out soon. I covered the basics of it here: http://perl.apache.org/release/docs/tutorials/apps/scale_etoys/etoys.htm l#Code_Structure And the templating tools we've discussed are all covered in my templating tutorial. It's getting a little long in the tooth, but I think it does a good job of conveying the angle that each of the tools has taken. Rob and I talked about writing something, but honestly I have a hard time thinking of what more there is to say. The best thing to do is go and look at the many examples of MVC frameworks for Perl (bOP, OpenInteract, CGI::Application, etc.) and dive into their sample code. - Perrin