How do I get Perl scripts to work in Apache on High-Sierra?
I recently upgraded to High-Sierra from a prior system which has Perl installed in /opt directory. On that prior system, web-pages that used 'localhost/cgi-bin/something.pl', executed the script. On High-Sierra, the script is simply displayed on the screen, rather than being executed to create the desired page. I have 'perl' enabled within /etc/apache2/httpd.conf, as shown below:
dickguertin@Dick-Guertin /etc/apache2 ==> grep perl httpd.conf
LoadModule perl_module libexec/apache2/mod_perl.so
Perl scripts have always works on prior systems, from Tiger on up through Sierra. Any help would be appreciated.