ActiveState Powered by ActiveState

ActiveState Community


Perl %hash with PerlNET

Posted by sdc on 2008-01-13 11:33
OS: Windows

I am trying to take an existing perl object and use it in .NET. The goal is to be able to use the same code in both perl and .NET apps. Most things seem to work just fine, but I am stuck on a function that takes a hash as an argument, and returns a hash as the return value. It does not look like there is a built-in type translation for this? Is there a straightforward way of doing this?

-->