2009/7/28 David Christensen <dpchr...@holgerdanske.com>: > Perl Beginners: > > I am thinking about a Perl web/ database application for political > organizing and campaigns -- generating precinct walk lists, generating > phone banking lists, tracking contacts, etc.. I am using Debian > GNU/Linux 5 with Apache 2.2, mod_perl 2, PostgreSQL 8.3, and Perl 5.10. > I would like to start with a single-user, simple UI, and small databases > (1~10k records, ~1kB each), but pick technologies that will allow the > application to be grown into multi-user, rich UI, and large databases > (10M+ records). >
I will throw my hat in with the majority view: Catalyst, DBIx::Class and TT. The initial learning curve is a bit of work but you will end up with a very flexible framework that is easy to extend and adapt. Dp. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/