Re: [OT] - Parsing Apache Configuration File with PERL

2000-02-22 Thread Alan Mead
I don't have time to write real perl but I would do something like this: open FIL or die; my $flag = 0; while { if (/

[OT] - Parsing Apache Configuration File with PERL

2000-02-22 Thread Matt Housh
Does anyone know how (or could anyone point me to a good reference to LEARN how) to perform a parsing sequence with PERL that would be useful for listing configured Virtual Hosts in an Apache web server config file? The format of the VirtualHost directives, for anyone who has not used the