Hallo Patrick,
Sieh dir mal die Zeile 218 an (den zweiten Eintrag habe ich nicht gefunden).
Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000; trs technologies are us ag))
Durch Dein Abfragekonstrukt ergibt sich sowas eben.
Vielleicht änderst Du Dein aufdröseln in so etwas:
<schnellschuss>
%count = ();
for (%Browser)
{
if(/compatible; (MSIE \d.\d+);/)
{
$count{$1}++;
$count{'IEGesamt'}++;
}
}
</schnellschuss>
Grüße
Klaus