SOAP::Lite missing in 5.10.1?

2009-11-09 Thread John Deighan
I have installed ActivePerl 5.10.1. When I try to install SOAP::Lite using ppm (I start up ppm-shell and enter install SOAP-Lite, it fails with the message: install failed: Can't find any package that provides Apache:: for SOAP-Lite I have no idea what the part about Apache:: means -

Using Win32::API to call C# methods?

2009-11-09 Thread Jason Lowder
Hello, I'm attempting to use a C# method from my Perl script but am receiving a return code of 127 and unknown error for $!. My code is as follows: - use Win32::API; sub CallCompanyImport { my ($self, $API) = @_; Win32::API::Type-typedef( 'string', 'unsigned char');

RE: Using Win32::API to call C# methods?

2009-11-09 Thread Jan Dubois
On Mon, 09 Nov 2009, Jason Lowder wrote: I'm attempting to use a C# method from my Perl script but am receiving a return code of 127 and unknown error for $!. You cannot call .NET code using Win32::API. It is not native x86 code, but code for a virtual machine that must be executed by the

Re: SOAP::Lite missing in 5.10.1?

2009-11-09 Thread Randy Kobes
On Mon, Nov 9, 2009 at 10:52 AM, John Deighan jdeig...@pcgus.com wrote: I have installed ActivePerl 5.10.1. When I try to install SOAP::Lite using ppm (I start up ppm-shell and enter install SOAP-Lite, it fails with the message: install failed: Can't find any package that provides