my $sth = $dbh->prepare("SELECT avg(...) FROM prospects"); $sth->execute; my ($avg) = $sth->fetchrow_array;