# Note the 'undef' in between the sql statement and the # bound variables. $rv = $dbh->do( "UPDATE table SET column=? WHERE column=?", undef, "New Value!!", $variable );