Perl的NT安裝實驗報告(轉)

post0發表於2007-08-10
Perl的NT安裝實驗報告(轉)[@more@]

包括3塊:

Perl for Win32 Build 316

Perl for ISAPI Build 316(如果要寫CGI)

PerlScript Build 316(如果要寫ASP)

檔案都不大, 別搞錯了執行平臺就行了,接下來先安裝 Perl for Win32下載的pw32i316是自解壓檔案, 解開後會自動執行一個批處理檔案進行安裝.

安裝的介面是個命令列的互動程式, 全文記錄如下...

This install script assumes that you have unpacked Perl for Win32 into the final intended destination directory.

Do you wish to proceed? [Y/n] y

perldir = C:Perl

Wed Jul 22 15:08:04 1998

Installing Perl for Win32 into C:Perl

Added key to HKEY_LOCAL_MACHINESOFTWAREActiveWarePerl5 ..

Adding C:Perlin to script path information

Adding C:Perllib to library include path information Modify search path? [Y/n] y

Retrieving Path information from session manager Updated path information in session manager Associate .pl with Perl.exe? [Y/n]

Associating .pl extension with Perl.exe.

.pl=Perl

Perl=C:Perlinperl.exe %1 %*

If foo.pl is in the PATH, typing foo.pl at any command prompt will run it.

Add registry key to support standard I/O redirection in IIS? [Y/n]

Added Create Process With New Console value for IIS Perl 5.003 installation finished.

NOTE: The updated path information will not take effect until you log off and back on again. enjoy ;-)

: 彈出一個notepad視窗讓你觀看release.txt,看完後關閉這個視窗

按任意鍵繼續...

perl安裝後目錄結構如下:

perl

+----bin 可執行檔案 *.exe *.bat

|

+----docs 文件(html格式)

|

+----eg 例子

|

+----lib 庫檔案

docs是一定要看的, eg是開卷有益的, lib就先看看好了,不要亂動,接下來裝個ISAPI擴充套件, 弄弄CGIplISi316.exe 也是個自解壓檔案, 執行後自動執行一批處理檔案,過程記錄如下:

Installing PerlIS

請按任意鍵繼續 . . .

***** Wed Jul 22 16:00:58 1998

Installing PerlIS into C:Perlin

Please choose a file extension to associate with PerlIS.dll.

Extension:

--&gtAssociation made with .pl

PerlIS installed.

opening release.txt...

: 看完 release.txt 後

請按任意鍵繼續 . . .

: 完成了

我的機器上裝的是IIS 4.0, 配置*.pl為cgi程式的操作如下:

開啟要配置的站點(site)或目錄(virtual directory)的屬性對話方塊,在 home/virtual directory 板裡選 Application Settings 的 Configuration...在 App Mappings 裡用 Add 加入對 .pl 檔案的直譯器, Executable 選剛才安裝在 c:Perlin 裡的 perlis.dll,由於不是ASP直譯器, 所以不用 Script engine 選項.

that should be OK.

在剛才的hw.pl 頭上加一行

print "content-type: text/html ";

用瀏覽器試試看吧...我是一次成功的.接下來裝個Perl Script, 弄弄ASPplSEi316.exe 也是個自解壓檔案, 執行後自動執行一批處理檔案,過程記錄如下:

Installing PerlScript

請按任意鍵繼續 . . .

***** Wed Jul 22 16:32:15 1998

Installing PerlScript into C:Perlin

PerlScript installed successfully

opening release.txt...

請按任意鍵繼續 . . .

安裝完成後 C:Perlin 下多了一個 PerlSE.dll

另外有兩個目錄 aspSamples 和 IE3Samples 在 c:perl 下

IE3Samples裡的是在頁面裡用perl script的例子,馬上就可以看了aspSamples 裡的是在ASP裡用perl script的例子,先加到IIS裡也可以看了

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8225414/viewspace-942999/,如需轉載,請註明出處,否則將追究法律責任。

相關文章