in reply to Compilation error in the perl script

When you have many compile errors like this, the best guess is often to look at the first error (the first line with an error), i.e. in your case line 62. You'll often find a missing something, the something being often a closing " ' ; ) ) or }. Sometimes, though, you might need to go back a bit earlier than the first line reported in error (especially for a missing closing quote mark).