in reply to Web Applications

Personally, I use CGI, Template, and DBI. They're simple enough to put together on your own, and I've never found a reason to use anything else other than those three base modules for the basic farmework of a web application. I have previously looked at Class::DBI but wasn't floored by what it could do; but since it seems to have a very widespread audience of users that praise it, I may have to take another look.

Replies are listed 'Best First'.
Re^2: Web Applications
by siracusa (Friar) on Jul 07, 2005 at 14:02 UTC

    I didn't like some of the design decisions made by Class::DBI so I wrote my own alternative that I (predictibly) like a lot better: Rose::DB::Object. If you weren't enamored with Class::DBI, you might want to check it out.