$sth->prepare( qq{ select foo from bar where baz = $qux } ); $sth->execute;