ActivePerl をダウンロード
http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl
Windows MSI
ダウンロード後、ダブルクリックしてインストール
デフォルトではC:\Perlにインストールされるので
C:\Perl\bin をコマンドパスに追加する
Apache httpd.conf 修正
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
*MultiViews と ExecCGI と Includes を追加します。
AddHandler cgi-script .cgi .pl
AddHandler send-as-is asis
AddHandler imap-file map
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
AddType text/html .html (記述追加)
AddOutputFilter INCLUDES .html (記述追加)