ActiveState's Perl Dev Kit (PDK) includes a graphical installation that makes it easy to install. You can install the Perl Dev Kit on Microsoft Windows Vista, Windows Server 2003, Windows XP, or Windows 2000 operating systems.
In-depth knowledge of Perl is not required for installing and running the Perl Dev Kit. However, some knowledge of Perl is recommended if you intend to modify Perl programs to work with the Perl Dev Kit.
build
638 or later.
Note: If you are uninstalling an older version of ActivePerl before installing a later version of ActivePerl, it is recommended that you reboot your computer in between uninstalling the old version and installing the new one.
Windows Vista, Windows XP, Windows Server 2003
Windows 2000
Installation of the Perl Dev Kit requires that you have administrator privileges (as applicable) on the computer. Before installing the Perl Dev Kit, ensure that the installation directory does not contain a previous version of the Perl Dev Kit. Multiple versions of the PDK can be installed on a system, providing none of the versions is the same, and they are installed in different locations.
To install the Perl Dev Kit:
Note: Services created with the PerlSvc component cannot be run until the machine is rebooted.
Perl Dev Kit for OS X is distributed as a .dmg image containing a package installer.
In-depth knowledge of Perl is not required for installing and running the Perl Dev Kit. However, some knowledge of Perl is recommended if you intend to modify Perl programs to work with the Perl Dev Kit.
Mac OS X 10.4 "Tiger" or later
ActivePerl
build
816 or later.
Installation of the Perl Dev Kit requires that you have administrator privileges on the computer. Before installing the Perl Dev Kit, ensure that the installation directory (by default /usr/local/PDK) does not contain a previous version of the Perl Dev Kit.
To install the Perl Dev Kit:
The Perl Dev Kit tools are installed under /usr/local/PDK. You may wish to add PDK to your path environment variables. This can be done with the commands:
export PATH=/usr/local/PDK/bin:$PATH export MANPATH=/usr/local/PDK/share/man:$MANPATH
The tools can also be launched from from the ActiveState Perl Dev Kit folder under Applications in the Finder. Drag the icons into the Dock to create shortcuts.
Install the PDK on AIX, HP-UX, Linux or Solaris by downloading the appropriate installation (.tar.gz) file, unzipping it, and running the installation script. The installer prompts you to select an installation directory and a compatible version of Perl.
In-depth knowledge of Perl is not required for installing and running the Perl Dev Kit. However, some knowledge of Perl is recommended if you intend to modify Perl programs to work with the Perl Dev Kit.
build
628 or later on AIX, Linux and Solaris.
Note: ActivePerl and PerlApp on HP-UX have a known incompatibility with
extension libraries that link with libcl.sl. For example, some versions of
the Oracle client libraries are known to link with libcl.sl. If the
DBD::Oracle extension links with such an Oracle client library, that
extension is not compatible with ActivePerl and PerlApp.
Note that the tar command on Solaris has a bug that prevents files with long
path names from being extracted from the package correctly. GNU tar may
therefore be required to extract the package into the filesystem correctly. A
precompiled version of GNU tar for the sparc platform is available from
Sun
.
HP-UX 11.22+ on Itanium
Linux on x64: needs libc-2.3+
Solaris 10+ on x86
The Perl Dev Kit can be installed in the location of your choice. However, ensure that the installation directory does not contain a previous version of the Perl Dev Kit. You do not need root privileges, but you must have write access to the chosen location.
Multiple versions of the PDK can be installed on a system, providing they are installed in different locations.
gunzip and tar commands.
For example:
gunzip -c PDK-7.2.0-linux.tar.gz | tar xvf -
cd PDK-7.2.0-linux sh install.sh
If you have more than one Perl version that is compatible with the PDK, the installer displays them in a numbered list. For example:
Select Perl to use with the PDK
1. /usr/bin/perl (default)
2. /usr/local/ActivePerl-5.10/bin/perl
3. None of these
Then enter the number indicating the desired version (in the example above, '1' or '2'), or enter the number indicating 'None of these' to specify a different version. Press 'Enter' to complete the installation.
PATH=/opt/pdk/bin:$PATH
Use the following command to find and display the Perl Dev Kit documentation:
perldoc pdk
The complete Perl Dev Kit documentation is installed with the Windows version of Perl Dev Kit. It is also available in HTML format on ASPN, the ActiveState Programmer Network.
sudo "/Library/Receipts/Perl Dev Kit.pkg/Contents/Resources/uninstall"