Question
When accessing my site's main page, I see the script's source code (starting with '#!/usr/bin/perl') instead of the web interface. What's wrong and what should I do?
Answer
Please setup your web server in the way that it will be supporting the CGI technology.
|