Can I Inline .NET?

jdavidb on 2009-06-09T21:38:06

Anyone know how to call .NET code from Perl? :)


Perl Dev Kit

Arador on 2009-06-09T22:09:24

I don't know what your needs are exactly, but you could check Perl Dev Kit by ActiveState.

PerlNET

jand on 2009-06-10T23:54:17

Here is a direct link to the PerlNET docs that show what you can do with it.

If all you want to do is calling some .NET code from Perl, then the Win32::CLR module on CPAN may be sufficient, but I have never tried it myself, so I don't know how well it works.