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,

Re: Naming Apache configuration file parser and tree builder

2001-09-09 Thread Kirrily Robert
Also, talk to [EMAIL PROTECTED] (aka sungo), who says: Skud: point that APache file parser guy my way i have some code he can take over i've got Apache::Htaccess K. -- Kirrily 'Skud' Robert - [EMAIL PROTECTED] - http://infotrope.net/ My name is sendmail.cf. You killed my process. Prepare t

Re: Naming Apache configuration file parser and tree builder

2001-09-09 Thread Kirrily Robert
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, such as directives that are >specific to a or . It is a superclass of >Tree

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