On 6/23/07, Jeff <[EMAIL PROTECTED]> wrote:
trying to parse a config file with key/value pairs seperated by white space and surrounded by curly brackets. It has multiple fields that look like this:{ Key value Key value }
I'll bet it would be easy to parse with Parse::RecDescent. http://search.cpan.org/~dconway/Parse-RecDescent-1.94/lib/Parse/RecDescent.pod Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/
