在Windows XP下使用Geany作為Perl編譯器
Step0:
請先安裝好Geany 並做好基礎設置
Step1:
download and install ActivePerl:
Step2:
用Geany隨便打開一個Perl(*.cgi,*.pl)檔案->組建->設定組建命令
修改以下參數:
編譯: perl -cw "%f"
執行: perl "%f"
Step3:
if it doesn't work, append these to the Environment Variable "Path"
C:\Perl\site\bin;C:\Perl\bin; (or the paths you installed ActivePerl)
沒有留言:
張貼留言