Too bloody good

quidity on 2006-07-17T08:11:01

So this week, as well as various tasks involving a shovel and a mountain of snow I've banged out an electronic logbook and a system for ordering and accounting for beverages.

The trouble, as there must be some, is that Class::DBI, Template, DateTime, CGI, CGI::Ajax and Log::Log4perl (not forgetting sqlite) make this far too easy, so I spend all of my time and energy writing HTML and CSS for prettiness.


Class::DBI is outmoded

Aristotle on 2006-07-18T00:39:13

Try DBIx::Class instead – much saner approach that keeps the easy things just as easy but also makes really hard things possible.