in reply to Stumped by error message

Likeliest things is you have unbalanced parentheses or brackets, for instance:
If ($foo->('bar') {
If you have corrected it by changing an array to a hash, then probably you have just eliminated the unbalanced bracket somewhere.