wkpowers
IS-IT--Management
- Feb 6, 2007
- 3
Running Windows 2000 and Apache.
ActivePerl is installed in C:\Perl\bin
CGI-Bin is located at C:\c-web\cgi-bin
Web is located at C:\c-web\
Permisions are set to allow everyone full access.
I've started with just a simple CGI script to collect usernames and emails. My website displays correctly but when I click submit on my form all I see is my .cgi script not the returned data I should be seeing. I think it's because I don't have the first line in the .cgi file correct.
Currently it is:
#!C:\Perl\bin\perl.exe
ActivePerl is installed in C:\Perl\bin
CGI-Bin is located at C:\c-web\cgi-bin
Web is located at C:\c-web\
Permisions are set to allow everyone full access.
I've started with just a simple CGI script to collect usernames and emails. My website displays correctly but when I click submit on my form all I see is my .cgi script not the returned data I should be seeing. I think it's because I don't have the first line in the .cgi file correct.
Currently it is:
#!C:\Perl\bin\perl.exe