Terrence Brannon wrote:
I believe you can do everything that this module does using
Parse::RecDescent.
Maybe so, but Parse::RecDescent is slow, and that in itself is reason enough to avoid using it. You also have to write the grammar, which can take a non-trivial amount of time to design and test.
David