enabling PERL support in your apache web server is easy, if you have a server like me, i have linux centos, so all you have to do is edit the httpd.conf file and look for this line:

#LOadModules perl_module libexec/httpd/libssl.so

to enable it just remove the # symbol, so change it like this:

LOadModules perl_module libexec/httpd/libssl.so

after you have made the chages, restart your server

# /etc/init.d/httpd restart