in reply to Re^2: no matching '}'
in thread no matching '}'

Ok but does it Deparse to the same thing? If this doesn't help, try removing bits of code until you get a minimal reproduction case that you can share.

Replies are listed 'Best First'.
Re^4: no matching '}'
by fionbarr (Friar) on Feb 03, 2015 at 17:56 UTC
    re: deparse...can I create an output file which I can then look at with 'diff'? I piped the deparse output into another file....using vi on this file I can find the closing '}'....is there some diagnostic with deparse that show me the offending code?