in reply to Re: PostgreSQL web application examples?
in thread PostgreSQL web application examples?

I have to agree that CGI::Application will give you a good start in learning how to organize your code for a web application. To further the push, there are several new plugins available to let you use other existing, best practices for things like session handling, logging, configuration, templating, etc.

The mailing list is also very supportive when ever anyone has any application structure questions.
  • Comment on Re^2: PostgreSQL web application examples?