$sth = $dbh->prepare($statement); $sth->execute(); # retrieve results here $sth->finish; # if there is any risk of not having fetched all the values