in reply to Regexp::Common inside Parse::RecDescent

Two things, first, it's Regexp::Common, not RegExp::Common. Second, your grammar is inside a single quoted string, so $RE doesn't interpolate. You get what you write.

Abigail

  • Comment on Re: Regexp::Common inside Parse::RecDescent