home *** CD-ROM | disk | FTP | other *** search
/ Chip: Windows 2000 Professional Resource Kit / W2KPRK.iso / apps / perl / ActivePerl.exe / _setup.lib / install.txt < prev    next >
Encoding:
Text File  |  1999-10-14  |  1.5 KB  |  40 lines

  1. ActivePerl Installation Options
  2. ===============================
  3.  
  4.     Add the Perl bin directory to your path
  5.     ---------------------------------------
  6.  
  7.     Selecting this option will cause the Perl bin directory
  8.     to be added to the end of the PATH, and all other Perl
  9.     directories to be removed from the PATH.
  10.  
  11.     Associate '.pl' with Perl.exe in Explorer
  12.     -----------------------------------------
  13.  
  14.     Selecting this option will create the Perl File Type 
  15.     which will enable you to run a Perl script by 
  16.     double clicking on it in Windows Explorer. Additionally
  17.     on Windows NT you can run the script by just typing the
  18.     name of the script file and pressing enter at the 
  19.     command shell prompt.
  20.  
  21.     Associate '.pl' with Perl.exe for your Web server(s)
  22.     ----------------------------------------------------
  23.  
  24.     Selecting this option will create a script map
  25.     association between Perl.exe and files that end with
  26.     '.pl' in IIS and WebSite Web servers. This will cause
  27.     files ending with the '.pl' extension to be run by 
  28.     Perl.exe and the output from the script will be sent
  29.     back to the Web browser.
  30.  
  31.     Associate '.plx' with Perl for ISAPI in IIS
  32.     -------------------------------------------
  33.  
  34.     Selecting this option will create a script map
  35.     association between PerlIS.dll and files that end
  36.     with '.plx' in IIS. This will cause files ending with
  37.     the '.plx' extension to be run by the PerlIS DLL and
  38.     the output from the script will be sent back to the
  39.     Web browser.
  40.