Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: How to access ActiveX from Perl?

by dhable (Monk)
on Apr 04, 2002 at 14:02 UTC ( [id://156656]=note: print w/replies, xml ) Need Help??


in reply to How to access ActiveX from Perl?

I think the key is to understand how ActiveX fits into the rest of the Microsoft architecture. AFAIK, ActiveX is build on the COM infrustructure. In fact, ActiveX controls are simply COM objects that implement automation (the IDispatch interface).

So really, the question is whether Perl can communicate with a COM object via the well-defined ActiveX interfaces. Using PerlCtrl (formerly PerlCOM), part of ActiveState's Perl Dev Kit, this is possible and many examples exist.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-18 19:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found