in reply to
Stumped by error message
Likeliest things is you have unbalanced parentheses or brackets, for instance:
If ($foo->('bar') {
[download]
If you have corrected it by changing an array to a hash, then probably you have just eliminated the unbalanced bracket somewhere.
Comment on
Re: Stumped by error message
Download
Code
In Section
Seekers of Perl Wisdom