in reply to Re^2: Breaking up a CGI::Application program
in thread Breaking up a CGI::Application program

CGI::Application::Plugin::DBH is quite nice, but i find myself doing a lot of SQL by hand that i shouldn't, especially since i'm not as versed in SQL as i should be for some of the queries i try and do.

That's where Class::DBI or DBIx::Class comes in nice and handy, although I have trouble understanding how it handles relationships, but, that's a topic for another thread :-)

meh.
  • Comment on Re^3: Breaking up a CGI::Application program