in reply to Re^2: SSL sockets
in thread SSL sockets

The standard approach is IO::Socket::SSL but Net::SSL will give you more control over the details. I believe zentara was recommending Net::EasyTCP as a simple alternative so you don't have to muck around with generating/buying certs because that's the big pain in the butt when dealing with SSL.

I suppose I'm just repeating zentara's advice, but it's worth repeating.