On Jan 1, 2007, at 4:36 PM, Gregory Seidman wrote: > The only way in which a class and a module differ is that you can > create an > instance of a class. Well that and the fact that class objects are organized in a tree via inheritance. Modules are not. Gary Wright