in reply to Re^3: Problem using Win32::OLE with MS Word
in thread Problem using Win32::OLE with MS Word

Solved. Just had to replace this:
if ($synonyms->Found)

....with this:
if (($synonyms->Found) && ($synonyms->SynonymList(1)))