Andres Pedrera wrote:
>         I need to make a file based parser that rightly run with mod_perl (think
> it's a generic perl trouble, but I want ensure it works with mod_perl). What
> I really need, is a parser which get parsing rules from an external file.

Parse::RecDescent maybe - it is very powerful (though slow)

> Additionally, it have not just to parse and inform, but replace parts of the
> source text with new contents (using external parsing rules, of course).
> Somebody knows something to do this?.

Reply via email to