Re: Passing parameters to a parser
[email protected] (Ted Zlatanov)
| Newsgroups | perl.recdescent |
|---|---|
| Organization | Теодор Златанов @ Cienfuegos |
| Message-ID | <[email protected]> |
On Tue, 16 Apr 2002, [email protected] wrote: > Parse::RecDescent is much help for my task, but what gets me into > trouble is that I can't see a way to pass any parameters to a parser > except to make them global variables. Thus I also cannot call a > member function from within an action. How can I deal with that? > Any ideas appreciated. Can you give an example of what you're trying to do? Thanks Ted