in reply to Exposing perl code as a COM object

You can use PerlScript from ActiveState and the Microsoft Script Component Wizard.

I'll search for links tomorrow. atm i'm too tired.


holli, /regexed monk/

Replies are listed 'Best First'.
Re^2: Exposing perl code as a COM object
by slloyd (Hermit) on Dec 11, 2005 at 00:52 UTC
      It's entirely free. You need ActivePerl, the Windows Scripting Host ((WSH) comes per default with XP), optionally the Windows Script Component Wizard and the Windows Script 5.6 Documentation.

      In a nutshell you create so called .wsc files, that contain code and metainformation so that script code can act as a COM component. the script code can be written in any language the supports the WSH, including Active Perl.

      Please see the "PerlScript", "Perlscript Examples" pages of the ActivePerl docs and the examples at \Perl\eg\Windows Script Components.


      holli, /regexed monk/
      perlscript comes for free... but PerlCrtl is not free. perlscript allows you to use wsh stuff... if you can write a control using wsh you can do it in perlscript. ( i dunno if you can) PerlCtrl is supposed to be a way to wrap full feature COM around perl programs.