http://qs321.pair.com?node_id=1208061


in reply to Re^2: DBI Problem
in thread SOLVED: DBI Problem

AutoCommit => 0

means you have to explicitly call $dbh->commit or your changes will be rolled back.