CGI Whyyyyy?
CGI Whyyyyy?
Out of context: Reply #8
- Started
- Last post
- 12 Responses
- mike0
your perl is not being parsed...
you either need to drop it in the cgi-bin or you need to add an .htaccess file to that directory with the following...
AddHandler cgi-script .pl
Options +ExecCGIor maybe your host does not support perl.