Using Perl scripts with Windows httpd
Here's what you'll need to do to the scripts to use them with your Windows Web server. See Chapter 13 of The Web Server Handbook for more information.
- You don't need to adjust the first line of the scripts, but you may want to change it to #!perl for simplicity's sake.
- Some scripts contain variables that you need to change; if this is the case, those variables will be at the top of the script.
- Some of the scripts' companion HTML pages contain links that need to be adjusted; they are marked by comments within the files.
- Make sure each file's suffix is .pl.
- Put the scripts in your CGI-DOS directory.
Back to the scripts index