slovey has asked for the wisdom of the Perl Monks concerning the following question:
I have installed perl and have a web site running under Inetpub/wwwroot. This is where my perl scripts are located in a directory called Scripts. I have set a pointer in each script as to where the perl code is \StuBin\perl\bin\perl.
These scripts worked previously under a different installation which was win NT but now it is under WIN Server 2003. I think it is not finding the perl installation but it might not be finding the scripts.
Any ideas? I install Strawberry Perl.
Thanks
CGI setup/configuration changed for IIS 6, which is what it sounds like you're using. This is a general issue. You could get the official instructions through Technet but here's a Perl-specific guide to get you started.