Article ID: 323960 - Last Review: October 30, 2006 - Revision: 4.1 HOW TO: Install Perl for a UNIX-to-Windows MigrationThis article was previously published under Q323960 On This PageSUMMARY
Perl is the leading scripting language that is used for developing dynamic Web sites under the UNIX platform. The Perl language is mostly cross-platform aware. Unless you are using many UNIX-specific features, most scripts are easily migrated to the Windows platform. This article describes how to install the Perl language interpreter and configure the Internet Information Services (IIS) server to use Perl for CGI scripts, how to use Perl scripts as an ISAPI filter, and how to configure Perl to act as an accepted language for Active Server Pages (ASP) processing. Installing the ActivePerl Distribution PackageTo obtain ActivePerl software, which is a special version of the Perl language interpreter that is designed to work under Windows and with additional Windows specific extensions, visit the following ActiveState Web site to download the ActivePerl installer:http://www.activestate.com/
(http://www.activestate.com/)
ActivePerl version numbers use the same version numbering system as the main Perl distribution package. However, ActivePerl also gives a "build" number, which indicates the specific build (which incorporates new features, enhancements, and bug fixes). For example, the full ActivePerl distribution package may be referred to as ActivePerl 5.6.1 Build 631. Microsoft recommends that you always select the latest stable build of the ActivePerl distribution package.To install the ActivePerl software:
Learning about PerlActivePerl comes with a complete set of Perl documentation, including some tutorials and guides, How-Tos and FAQ documents. To access the documentation, click Start, point to Programs, point to ActiveState ActivePerl X.X (where X.X is the version number), and then click Documentation. The documentation is in the form of HTML Help documents, which you can browse, search, and bookmark different sections of the documentation.REFERENCESFor additional information about how to prepare servers for a migration from UNIX to Windows, click the article number below
to view the article in the Microsoft Knowledge Base:
323970
(http://support.microsoft.com/kb/323970/EN-US/
)
HOW TO: Prepare the Target Server for a UNIX-to-Windows Migration
| Article Translations
|
Back to the top
