Re: website development and maintenance, using Perl. Please help!



"Andrew" <hawk007@xxxxxxxxx> writes:

> Is there a Perl/OSS alternative to ColdFusion?

There isn't a Perl application server like
ColdFusion, JBoss, etc. You can use Apache/mod_perl
for the foundation, and then, depending on how much
abstraction you want, build on that with modules.
As usual, Perl lets you decide what you need.

Template Toolkit[1] is PHP-done-right. If you want
more maintainable, MVC applications, check out
Maypole[2]. It amalgamates Class::DBI[3] and TT
into a J2EE/Rails-ish framework.

Footnotes:
[1] http://www.template-toolkit.org/

[2] http://maypole.perl.org/

[3] http://www.perl.com/pub/a/2002/11/27/classdbi.html

--
Andrew Raines <aa@xxxxxxxxx>
.