Perl -> .net?
-
Has anyone ever heard of a way to make use of .net assemblies from Perl? (There used to be a project called Perlnet which is long since defunct and was never open sourced so that's not an option)
"The great pleasure in life is doing what people say you cannot do." - Walter Bagehot
-
Has anyone ever heard of a way to make use of .net assemblies from Perl? (There used to be a project called Perlnet which is long since defunct and was never open sourced so that's not an option)
"The great pleasure in life is doing what people say you cannot do." - Walter Bagehot
-
Has anyone ever heard of a way to make use of .net assemblies from Perl? (There used to be a project called Perlnet which is long since defunct and was never open sourced so that's not an option)
"The great pleasure in life is doing what people say you cannot do." - Walter Bagehot
Some 5 years ago the QA people I worked with tried to use ActiveState[^] Perl to call our .NET components. The major problem they had at the time was that ActivePerl did not support
ref
parameters. No idea what is the state of it now. -
take a look at this : Calling .NET Assemblies with Win32::OLE[^] :)
-
Some 5 years ago the QA people I worked with tried to use ActiveState[^] Perl to call our .NET components. The major problem they had at the time was that ActivePerl did not support
ref
parameters. No idea what is the state of it now.