
New-2-Perl: Script output to Browser not working
Quote:
> New install of Perl 5.6.1 on Windows 2000 Server. I have tested my Perl
> script (ie. C:\>perl testscript.cgi) and it works fine. However, I
> cannot run the script from a browser (ie
> http://www.mysite.com/cgi-bin/testscript.cgi). I am running IIS that
> comes with 2000 Server and permissions to the cgi-bin directory has been
> set to run scripts.
> Can someone that has Perl working on Windows 2000 give assistance?
> Thanks!
> JH
http://www.mysite.com/cgi-bin/testscript.cgi+arguments
I don't know what your script does, so I can't say much more. You would
usually have to feed it arguments to get results.
If all else fails, go to Linux+Apache (better off there anyway).
--Eric