I used PerlNet for a data mining project. Perl is a powerful language for extracting data and processing text using the huge CPAN module. However, my program needs some kind of user interface, a thread ... which I decided to use .NET C #. With the Perl Dev Kit, we have the ability to wrap the Perl module in a .NET DLL and use this DLL directly from C #.
Everything was fine, but I have one question about PerlNet architecture. As far as I know, PerlNet was a research project between ActiveState and Microsoft to run Perl code in .NET, but I did not find for this document.
What is the PerlNet limitation? How did PerlNet build?
Thanks, Min.
source
share