Naming Apache configuration file parser and tree builder

2001-09-07 Thread Blair Zajac
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 or . It is a superclass of Tree::DAG_Node so the normal tree manipulation

Re: Naming Apache configuration file parser and tree builder

2001-09-12 Thread Blair Zajac
Thanks. I'll follow up with them. Blair Kirrily Robert wrote: > > In lists.projects.perl.modules, you wrote: > > > >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,