my ($count) = $dbh->selectrow_array(
qq|
SELECT COUNT(*)
FROM items
FROM deleteditems
WHERE paidfor IS NOT NULL AND paidfor <> ""
|
);
-