home *** CD-ROM | disk | FTP | other *** search
- ActivePerl Installation Options
- ===============================
-
- Add the Perl bin directory to your path
- ---------------------------------------
-
- Selecting this option will cause the Perl bin directory
- to be added to the end of the PATH, and all other Perl
- directories to be removed from the PATH.
-
- Associate '.pl' with Perl.exe in Explorer
- -----------------------------------------
-
- Selecting this option will create the Perl File Type
- which will enable you to run a Perl script by
- double clicking on it in Windows Explorer. Additionally
- on Windows NT you can run the script by just typing the
- name of the script file and pressing enter at the
- command shell prompt.
-
- Associate '.pl' with Perl.exe for your Web server(s)
- ----------------------------------------------------
-
- Selecting this option will create a script map
- association between Perl.exe and files that end with
- '.pl' in IIS and WebSite Web servers. This will cause
- files ending with the '.pl' extension to be run by
- Perl.exe and the output from the script will be sent
- back to the Web browser.
-
- Associate '.plx' with Perl for ISAPI in IIS
- -------------------------------------------
-
- Selecting this option will create a script map
- association between PerlIS.dll and files that end
- with '.plx' in IIS. This will cause files ending with
- the '.plx' extension to be run by the PerlIS DLL and
- the output from the script will be sent back to the
- Web browser.
-