in reply to Problem with Apache config on XP Pro
Once you are sure perl is working, test your script without Apache.
If that's ok, you might need to change the shebang line to point to whatever folder the perl binary is in. #c:/perl/bin or wherever is happens to be.
Apache might need to be configured to run scripts. At the least you might need a scriptalias directive. If you never did this before, it's in a file called httpd.conf. I have some information about it at http://frontiernet.net/~hsweet/comp1/apache.htm
Getting scripts to run doesn't really involve anything difficult, but you do have to get a lot of ducks in a row. Also, Teach Yourself Perl in 24 Hours has a good introduction to CGI
good luck
Time flies like an arrow, fruit flies like banannas
|
|---|