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.
Another templating system? (Score:2)
Everyone seems to write their own template system with slightly different syntax / features and then upload it to the CPAN. Far be it from me to dissuade you doing the same.
Have you read Choosing a Templating System [perl.com]?
What does TAL provide that, say the Template Toolkit or AxKit does not? Wouldn't it be better to rely on a module that has had years of testing, complete documentation, an active support group and many users tha
Re:Another templating system? (Score:1)
More importantly it means that Zope-Compatible or Competitive CMS can be written in perl.
One of the great things about Open Source is the level of competition and also the way in which many components are fairly easy to interchange.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:Another templating system? (Score:1)
A grand unification between Zope and Perl does seem interesting, but I wonder how realistic this is.
Reply to This
Parent