... $bulk->LIST( $dbh->fetchall_arrayref() ); $dbh->rollback(); # Not necessary, but I like to do it $dbh->disconnect(); # Look below for more detail ...