in reply to Re: Matching terminals with Parse::RecDescent
in thread Matching terminals with Parse::RecDescent
(and use $p->line instead of $p->foo). I probably should have been more specific, but I'm looking for a more generalised solution to this, or at least some understanding of where my expectations are wrong.line: FOO BAR FOO: /foo\Z/ BAR: /bar\Z/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Matching terminals with Parse::RecDescent
by ikegami (Patriarch) on Dec 12, 2006 at 06:36 UTC | |
|
Re^3: Matching terminals with Parse::RecDescent
by GrandFather (Saint) on Dec 12, 2006 at 06:25 UTC |