If worse comes to worse and you still don't find where the problem is, then make a working copy of your code, and start commenting out or removing parts of the code and see if it compiles cleanly (using the perl -c script.pl syntax). Continue iteratively to do so until you comment out or remove the offending code, leading to a clean compile. This is a somewhat painful process, but sometimes you just have to do that.
In reply to Re: Missing right curly or square bracket
by Laurent_R
in thread Missing right curly or square bracket
by steve1040
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |