http://www.perlmonks.org?node_id=1006379


in reply to Re^2: need to fix my installation of IO::Socket::SSL, but how?
in thread need to fix my installation of IO::Socket::SSL, but how?

$ perldoc Net::SSLeay |ack version

$ perldoc Net::SSLeay |grep version

$ perl -MNet::SSLeay -e " print Net::SSLeay::SSLeay_version(); "

  • Comment on Re^3: need to fix my installation of IO::Socket::SSL, but how?