インストールが済んだら、パスが通っていることを確認してください。Windowsがインストールされているドライブのautoexec.bat(Windows9x)または環境変数(WindowsNT)に、Perl.exeがあるディレクトリ(標準ではc:\Perl\bin\)が入っていることを確認してください。入っていなければ、すぐに入れましょう。入れた後は、念のため再起動です。
これでインストールは終了です。MS-DOSプロンプトを呼び出して、perl -vと入力しましょう。次のように出れば成功です。
This is perl, version 5.005_03 built for MSWin32-x86-object (with 1 registered patch, see perl -V for more detail) Copyright 1987-1999, Larry Wall Binary build 518 provided by ActiveState Tool Corp. http://www.ActiveState.com Built 13:14:00 Jun 24 1999 Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5.0 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page.
これで、インストールは完了です。Perlのスクリプトを実行するときは、先頭行を変更しなければいけません。少々昔であれば、それは不要であるとされていましたが、最近では必要です。しかも、Perlのスクリプトの中では、「¥」は使えません。たとえば、標準で入れたときは、[#!c:/perl/bin/perl.exe]のようにしなければいけません。これで正しく動くようになるはずです。
This page has been powered by Kenichi SUGAWARA, All rights
reserved.
Mail me: