NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Integrated vs templating (Score:1)
Mason, I feel more like I'm writing web pages; TT I feel more like I'm writing logic. It's just how I feel about it =)
---ict / Spoon
Visit our Library! (Score:1)
Mason vs TT (Score:2)
The elevator version:
Mason is like PHP on steroids. And with perl syntax.
In a web context TT is a balanced "MVC" toolkit for web applications.
Mason is best as a "callback" system and TT is mostly used as a "pipeline" system. They can both be used as the other.
In my experience "callback" is best for getting things done in a hurry. Mason is absolutely fantastic for this. I use Mason for quick web hacks all the time.
6 months later I am
-- ask bjoern hansen [askbjoernhansen.com], !try; do();