in reply to Getting last MySQL id with Class::DBI

Well the underlying DBI handle has the mysql specific attribute "mysql_insertid" at it's disposal, perhaps you might be able to get access to it. Provided Class::DBI allows direct access to its DBI handle, of course.
  • Comment on Re: Getting last MySQL id with Class::DBI