A question about this goal:
anyone here knows HTML::Mason?
10 months ago
Answers:
Sure. It’s not bad. In fact, some of its features are pretty cool. I’ve used it on a few projects, too ;)
The main problem that I have with it is that it encourages (or, at least, doesn’t discourage) dumping all of your code in the Mason files. Instead, you should be making proper modules and objects and just using enough Mason to call that code. It makes it more maintainable.
So…I’ve gone over/back to using Template::Toolkit and other CGI::Application modules.
HTH,
—matt

