Herong's Tutorial Notes on Web Service and SOAP
Dr. Herong Yang, Version 3.00

Installing ActivePerl v5.8.7 on Windows

This section describes a tutorial on installing ActivePerl 5.8.7 on a Windows system..

0. Rename the current Perl directory from \perl to \perl561

1. Go to http://www.activestate.com/Products/ActivePerl/, and click the download button.

2. Download the ActivePerl 5.8.7, Windows MSI.

3. Double click on the downloaded file name: ActivePerl-5.8.7.813-MSWin32-x86-148120.msi, and follow the installation tool to install ActivePerl to your system at \perl.

4. Open a command window, and type in perl. If you see the following output, your installation is ok.

>perl -v
This is perl, v5.8.7 built for MSWin32-x86-multi-thread
(with 7 registered patches, see perl -V for more detail)

Copyright 1987-2005, Larry Wall

Binary build 813 [148120] provided by ActiveState
   http://www.ActiveState.com
ActiveState is a division of Sophos.
...

Sections in This Chapter

SOAP Perl Implementation - SOAP::Lite

SOAP::Lite for Perl on Windows

Installing ActivePerl v5.8.7 on Windows

SOAP::Lite 0.55 in ActivePerl 5.8.7

Dr. Herong Yang, updated in 2007
Installing ActivePerl v5.8.7 on Windows