$dbh->do( "INSERT INTO nontrans VALUES ( 'hi' )" ); $dbh->do( "UPDATE trans SET name = 'hey' WHERE id = 4" ); $dbh->commit;