*** wwwstat.org Thu Jan 28 16:52:52 1999 --- wwwstat Thu Jan 28 16:56:01 1999 *************** *** 1262,1267 **** --- 1262,1272 ---- shift(@address); # clip off the machine name } } + $num=scalar(@address); + while($num>3){ + shift(@address); + $num=scalar(@address); + } $subdomain = join('.', reverse(@address)); }