my $sth = $dbh->prepare(qq|SELECT SUM(articles) FROM Catalog WHERE catName LIKE "$cat[0]%"| );