Michael Higgins wrote:
> Hello, Gurus --
> 
> I'm stuck finding the best approach to parsing a config file.
> 
> Some configuration items are grouped, nested, in matching braces '{}'. Some
> are item = value.
> 
> I need to modify and replace three sections that are in this format
> item{.....item{....}}, capturing up to the matched brace.
> 
> Any suggestions? 

Sample config file as currently is:

Sample config file that you want to change to instead of brace version:

Any pertinent rules in detail.
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to