$sth = $dbh->prepare('SELECT * FROM FOO WHERE THIS = ?'); $sth->execute($value_for_this);