in reply to Parse::RecDescent with lookahead or without ?

This does not answer your primary inquiry, however extra XP to you if you can figure out why there is no xxx in this response (besides the one in this very sentence ;-).

my  $grammar = q^
    opencode:  m{<code>}
    closecode: m{</code>}
^;
  • Comment on Re: Parse::RecDescent with lookahead or without ?

Replies are listed 'Best First'.
Re^2: Parse::RecDescent with lookahead or without ?
by szabgab (Priest) on Jan 23, 2005 at 19:18 UTC
    <code>I have no idea :)</code>