Click here to Skip to main content
15,886,860 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a COM server installed locally on my machine .I want to access the server using a client written in perl.Please

import win32::OLE;
import Win32::OLE qw(EVENTS);


my $TM = win32::OLE->(serverName)


using the above code im not able to access tthe server
getting an error
Can't locate object method via packagewin32::OLE&quot
Posted
Updated 7-Jun-11 19:04pm
v2
Comments
Uilleam 20-Jul-11 9:28am    
Can you supply the entire error message? It should be naming the method it can't find... unless you have found a buggy error message?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900