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.
The Possibilities Boggle The Mind (Score:1)
I don't think Mason's really about separation from other Perl code so much as it is meant to be a flexible system, but that could be a reason that makes sense.
------------------------------
You are what you think.
Reply to This
Re:The Possibilities Boggle The Mind (Score:1)
I think HTML::Mason crowd fails a prey of coolness factor. I cannot explain it why but when I discovered HTML::Mason for first time (it must be around 0.6x versio
Ilya Martynov (http://martynov.org/ [martynov.org])
Typos (Score:1)
Ilya Martynov (http://martynov.org/ [martynov.org])
Re:The Possibilities Boggle The Mind (Score:2)
The difference, of course, is that you can break the MVC model when you want to. If you want to all the time, then you'll probably have a mess. But I think 100% MVC is pretty bogus. You jump through ridiculous hoops just to generate the data structures that you pass to your templates, which then iterate through the data structure. You end up c
Re:The Possibilities Boggle The Mind (Score:1)
If you strickly put all other Perl code in Perl modules then yes, it is almost same as with TT2 (though personally I think it provides much better syntax but it is another story).
Ilya Martynov (http://martynov.org/ [martynov.org])