$sth=$dbh->prepare(q{SELECT this FROM that WHERE
foo=?});
$sth->execute($findthis);
($returnme) = $sth->fetchrow_array();