Hello,

were You interested how to solve this perl error?

Can't locate IO/Socket/SSL.pm
please try to install "perl-IO-Socket-SSL"

on redat CentOS, try to install using this command:
yum install perl-Net-SSLeay perl-IO-Socket-SSL

on debian/ubuntu, try to install using this command:
aptitude install libio-socket-ssl-perl libcrypt-ssleay-perl

hope it helped