in reply to Re: SOAP::Lite, HTTPS and Windows
in thread SOAP::Lite, HTTPS and Windows

Thanks for that, the event log reveals:
Faulting application name: perl.exe, version: 0.0.0.0, time stamp: 0x4adf6716
Faulting module name: libssl32_.dll, version: 0.0.0.0, time stamp: 0x4a8d73a0
Exception code: 0xc0000005
Fault offset: 0x00006648
Faulting process id: 0xa88
Faulting application start time: 0x01cbee534f4beda4
Faulting application path: C:\strawberry\perl\bin\perl.exe
Faulting module path: C:\strawberry\c\bin\libssl32_.dll

If Windows forked "process" fails, why would threads be any different?

Replies are listed 'Best First'.
Re^3: SOAP::Lite, HTTPS and Windows
by Anonymous Monk on Mar 31, 2011 at 00:31 UTC
    its different because you use require instead of use, thats why its different