From: gwtmp01@... Date: 2007-01-02T13:13:31+09:00 Subject: Re: Little Things 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