Help for this page
eval { local $dbh->{AutoCommit} = 0; }; $self->{_can_do_transactions} = $@ ? 0 : 1;
$self->{_can_do_transactions} = eval { local $dbh->{AutoCommit} = 0; 1 };