in reply to Problems with DBIx::Class and CGI::Application

I don't think you need ->update with create() using DBIx::Class. create() "inserts a record into the resultset and returns the object representing it." That being said, the syntax on your create() statement looks fine. First place I would check would be your error logs.
  • Comment on Re: Problems with DBIx::Class and CGI::Application