> The only additional restriction I would add, which you pointed out, > would be to limit module names from beginning with a digit (to comply > with xmlnames. And since you're the perl guy, there's a challenge for > ya: come up with regex that defines the domain of a module name with the > 'no preceding numeric' restriction, so we can post it somewhere. [a-zA-Z_][0-9a-zA-Z_]*