$sth = $dbh->prepare(qq{ select * from payouts where SUM(amount) = ?}); $sth->execute($_fileparts[2]);