Me again :) I have a modulue, currently named MuttAliases for lack of a better idea, which needs a proper name.
It takes a list of mutt alias files, and then does expansions (converting an alias to a name and email address) and reverse expansions (converting an email address back to a name). Could you suggest an appropriate namespace for this file? Other than Mutt::Aliases, which creates a new root namespace which I understand is Generall Bad Form, I have no ideas. Thanks in advance. Regards, Ricky -- : Usual state: (e) None of the above. : [EMAIL PROTECTED] http://tertius.net.au/~rb/ : The primary purpose of the DATA statement is to give names to : constants; instead of referring to pi as 3.141592653589793 at : every appearance, the variable PI can be given that value with a : DATA statement and used instead of the longer form of the : constant. This also simplifies modifying the program, should : the value of pi change. -- FORTRAN manual for Xerox Computers