Install Notes |
Hardware
Operating System
Windows 2000
Windows NT
Windows Me
Windows 98
Windows 95
Perl for ISAPI
PerlScript
Run the ActivePerl-5.6.0.6xx.msi installation package to start the installation wizard, which 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 C:\Perl
. The drive "C
" will be the same drive
that the operating system is installed on.
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 perl -v
at the command
prompt will tell you which version of Perl is currently first in your PATH)
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.
Running Perl scripts on your Web server
ActivePerl, 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 ActivePerl FAQ included with the ActivePerl package.
See the ActivePerl Readme for more information.
Install Notes |