Calling Perl from C#.

  • Thread starter Thread starter Dave R
  • Start date Start date
D

Dave R

Hello group,

I had a COM dll in VC 6.0 which my Perl 5.8 modules used to call.
With the .Net invent I would like to wrap up my COM functionality into C#.
I wanted to know how can my Perl modules call the C# exe?

Thanks,
Dave

P.S : AFAIK, Perl is also interoperable with the .Net languages.
 
Hi

Python for .NET is a near-seamless integration of the
CPython runtime with the .NET Common Language Runtime
(CLR). It lets you script and build applications in
Python, using CLR services and components written in any
language that targets the CLR (C#, Managed C++, VB.NET,
etc.).



for further details check the following link
http://www.zope.org/Members/Brian/PythonNet

Ravikanth[MVP]
 
Back
Top