ActivePerl Install Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||
Contents
System RequirementsHardware Intel 80486 processor; Alpha or Pentium recommended 16MB RAM minimum for Windows NT, 32 MB recommended 8MB RAM minimum for Windows 95, 16MB recommended 20MB hard disk space for typical install Operating System Windows NT 4.0 (service pack 3 recommended), Windows 98 or Windows 95. DCOM for Windows 95 is required if using Windows95 (available from http://www.microsoft.com/com/resources/downloads.asp Perl for ISAPI ISAPI compatible Web server such as IIS 2.0 or later. PerlScript ActiveX scripting host such as IE 4.0, IIS 3.0 or 4.0, or Windows Scripting Host. Online Help 3.0 or later Microsoft or Netscape Web browser. Installing ActivePerlRun the self extracting, self installing ActivePerl package to start the installation. The familiar InstallShield setup wizard will guide you through the setup, and give you options on what and where to install stuff. What happens during install? Perl
is installed by default in A
supporting DLL, The following keys are created in the system registry; no values are set by default under either of these keys:
The following value will be set under \\HKLM\Software\Perl
If PerlScript is selected as an installation option, the following keys are created when PerlSE.dll performs self registration
The following values are set under \\HKCR\PerlScript\CLSID
The following values are set under \\HKCR\.pls
The following values are set under \\HKCR\PerlScriptFile\DefaultIcon
The following values are set under \\HKCR\PerlScriptFile\ScriptEngine
The following values are set under \\HKCR\PerlScriptFile\Shell\Open\Command
The following values are set under \\HKCR\PerlScriptFile\Shell\Open2\Command
The following values are set under \\HKCR\PerlScriptFile\ShellEx\PropertySheetHandlers\WSHProps
If the options are selected, .pl is associated with Perl, and the directory in which you have installed ActivePerl in is added to the PATH environment variable. If IIS3 or IIS4 is installed and you selected the option to create a script map association between Perl and the '.pl' file extension, all supported web servers will be configured thus. If IIS3 or IIS4 is installed and you selected the option to create a script map association between Perl for ISAPI and the '.plx' file extension, all supported web servers will be configured thus. Installation LogAn installation log file, `c:\APInstall.log', is appended to each time ActivePerl is installed. Installing multiple versions of Perl on the same machineMultiple versions of Perl can easily be installed with this release of ActivePerl. For example the following configuration is supported for three installations with varying version and/or architecture.
The ActivePerl installer recognizes if you are installing in a <version>.<sub-version>* specific directory, such as 5.005 or 5.00502, and automatically moves your site directory up a level. This way multiple installations can easily share the same site libraries. Alternatively, you can use the environment or system registry variable(see below) to configure the location of a common site library. If
you run Perl at the command prompt, the script will be executed
by the first Perl.exe it encounters in the list of paths in the
PATH environment variable. To ensure the script is executed by
the Perl build you want it to be executed by, you can specify the
complete path to the Perl.exe you want to use. (typing Installing ActivePerl will change your Path environment variable and may change registry settings, such as file associations, which may affect your Web server. If you want to use a previously installed copy of Perl, you will need to modify these settings. Changing the default location of your Perl modules@INC can be configured by adding semi-colon separated directory names to the following variables. See belowfor precedence:
** {$]} is the Perl variable containing Perl's version, sub-version and patch level The following values are defined in the algorithm for building @INC:
The algorithm for building @INC is as follows:
Running Perl scripts on your Web server Perl for Win32, PerlScript and Perl for ISAPI are all useful additions to your Web server. However, they do have specific requirements, see above, and may require some additional configuration to work properly. For more information on compatibility, installation, configuration and other useful information, have a look at the Web server section of the Perl for Win32 FAQ included with the ActivePerl package. Further InformationSee the ActivePerl Readme for more information.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
ActivePer Install Notes |