I am learning Perl/CGI and working with 2 web servers. The scripts run on the Unix/Apache server but when I run the same scripts on the Microsoft web server it just prints the lines of code in the browser window instead of interpreting them.
Perl is installed on d:\perl. I've tried having the path set to #!c:\perl, #!d:\perl, #!d:\perl\bin. Nothing seems to work. Is the a web configuration issue or is the script not finding the interpreter? Help!