in reply to Class::DBI vs. DBIx::Class

however, insert() does not work for some reason
What version of Class::DBI? The API changed from create to insert, so you might want to try create() instead..

As for more info, here's a few threads from a Super Search on "Class::DBI DBIx::Class":

Replies are listed 'Best First'.
Re^2: Class::DBI vs. DBIx::Class
by hrr (Monk) on Jun 25, 2006 at 03:48 UTC
    Yes, indeed, create() works! Now I realize that I have used perl and perldoc on a different versions of Class::DBI...

    Also, the links are interessting. Apparently Rose::DB::Object seems to be a popular alternative to Class::DBI (although not in my case, as DB2 is not yet supported by Rose::DB).