in reply to SSL and LWP on win32 - possible?
I use LWP/SSL with ActivePerl on Win32 daily. From memory, I think I installed the Net::SSLeay package which is available via PPM and then it 'just worked'.
Update: Apparently this isn't available from ActiveState but the following does work - I just tested it:
C:\> ppm ppm> rep add kobes http://theoryx5.uwinnipeg.ca/ppms ppm> search ssl ppm> install Net_SSLeay.pm ppm> install IO-Socket-SSL
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: SSL and LWP on win32 - possible?
by dws (Chancellor) on May 12, 2003 at 02:21 UTC |