Hello, I'm working on a module to parse an Apache configuration file into a tree structure to allow external programs to understand the various configuration options and sections, such as directives that are specific to a <VirtualHost> or <Directory>. It is a superclass of Tree::DAG_Node so the normal tree manipulation operations can be run on it. The name of the module right now is Apache::ConfigParser. Does this work for people? Regards, Blair