Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: Problem using Win32::OLE with MS Word

by Anonymous Monk
on Nov 14, 2005 at 10:57 UTC ( [id://508265]=note: print w/replies, xml ) Need Help??


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)))

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://508265]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-03-29 11:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found