http://qs321.pair.com?node_id=62821


in reply to Win. Ftp. Files, Browsers

Are you sure you're reading the CGI instructions for your server correctly? I've never heard of a perl.exe extension being required to mark a script as a CGI executable. The shebang line in your script should be enough to tell the server where perl is, though I somehow doubt perl is in /usr/bin on an NT system. Did you mean something like #!C:\perl\bin\perl.exe -w?

The script-downloading behavior you mention is symptomatic of the web server not treating your script as executable. So, what's the right way to do it? That depends mostly on the webserver you're running and how it's configured. There are a few common configurations, but these are the two I've encountered most often:

In either case, your administrator should know where to put and how to name scripts so that they'll actually execute. If you're the administrator, read up on your webserver docs.

Replies are listed 'Best First'.
Re: Re: Win. Ftp. Files, Browsers
by kdelph (Initiate) on Mar 09, 2001 at 07:29 UTC
    Thanks I figured out where the directory is I was looking in the wrong place and it works!! This web site is the best, now that I've done my first program I'm must figure out how to make a form and have people be able to send the iformation back to me!! I love programming it gets to you when it does not work out but when it does it's great!!! Thanks again for your help, Monkette :)