in reply to Re^4: Undefined Error
in thread Undefined Error

See what you get with the count condition commented out like this ;

print "\t=> Bad user $uid ! count = $count\n";# if  $count > 3;

Or change the value from 3 to 0

poj