$dbh->prepare("SELECT COUNT(1) FROM pm_in WHERE pm_to = '$nick' AND new = '1'"); $sth->execute(); my $count = $sth->fetchrow_array; my $output = $main->createInfoOutput('newmails',{mails => $count[0]});