my $st = $dbh->prepare("Update tablename set columname = ?"); $st->execute($data);