Dan - 2012-06-15

Fixed: Had to modify WhichGroup() to be:
sub WhichGroup($) {
$ = shift; ########## Added line
s/([0-9a-z])-([0-9a-z])-.*/$1-$2/;
return $
;
}

You might want to change the example ThisSite.pm to include that line. Also am not sure why it's making a difference between 11.20 and 12.4.... code is otherwise pretty similar.

Odd.

danT