in reply to Windows COM Component?

You can do this by building a windows script component. I believe the creation and use of these with Perl is documented with the Activestate Perl distribution. The microsoft documentation can be found here

I have used components thus produced to access the functionality of Perl Modules that would otherwise be a pain to reimplement in C#

/J\

Replies are listed 'Best First'.
Re: Re: Windows COM Component?
by jand (Friar) on Aug 16, 2003 at 15:19 UTC
    If you are interested in using Perl modules from other .NET languages you may also want to take a look at PerlNET (part of the Perl Dev Kit) which lets you create strongly typed .NET interfaces for your Perl code. It provides tighter integration with the .NET Framework than just COM interop.

    Disclaimer: I'm the tech lead of the Perl Dev Kit, the PDK is a commercial product, yada, yada.