Dave Mitchell wrote: >I haven't tried fixing up Regex::Grammars to see if it works, since it's >too complex for a cursory glance and fix-up. I see lots of places in the >code where it returns strings containing '(?{', but I don't know how >practical it would be to convert all those to return qr//'s instead. It only needs a qr// once, at the top level. -zeframThread Previous | Thread Next