my @count = $dbh->selectrow_array(q{SELECT COUNT(1) FROM gtchat_pm_in WHERE pm_to=? and new=1}, undef, $nick); my $output = $main->createInfoOutput('newmails',{mails => $count[0]});