http://qs321.pair.com?node_id=434419

crenz has asked for the wisdom of the Perl Monks concerning the following question:

I've perused the documentation of Win32::OLE, but it mentions nothing about creating your own COM/OLE servers. How can I prove to my colleague that this can indeed be done using Perl? :)

Replies are listed 'Best First'.
Re: Creating a COM/OLE server
by gellyfish (Monsignor) on Feb 25, 2005 at 10:44 UTC
Re: Creating a COM/OLE server
by holli (Abbot) on Feb 25, 2005 at 10:39 UTC
    You canīt. At least not with pure Perl. But there is the PerlDevKit from ActiveState, that contains PerlCtrl, a tool to write ActiveX-Dlls.


    holli, /regexed monk/
Re: Creating a COM/OLE server
by Anonymous Monk on Feb 26, 2005 at 04:24 UTC
    Using Windows Script Components (WSC) you can put PerlScript inside *.wsc files, register them into the local COM registry, and then load up your Perl-COM components from anything else that can use COM.

    No compiling necessary.

    Take a look at ActiveState's description:
    http://www.xav.com/perl/Windows/windows_script_components.html