$dbh->do( sql => 'update some_table set some_column=?', bind => [ $some_string ] );