I\'m trying to parse some data out of a file using Perl & Parse::RecDescent. I can\'t throw the full data file at the perl script because RecDescent will take days poring o
Show what you are feeding Parse::RecDescent; it may be possible to make it much better.
Or you could try using Text::Balanced to parse the { ... }.