我已經寫了下面的index.pl
這是C:\xampp\htdocs\perl
文件夾:爲什麼我的Perl CGI程序不能在Windows上工作?
#!/usr/bin/perl
print "<html>";
print "<h2>PERL IT!</h2>";
print "this is some text that should get displyed in browser";
print "</html>";
當我瀏覽到http://localhost:88/perl/
上述HTML不會被顯示出來(我已經在IE FF和鉻試過)。
會是什麼原因?
我在此Windows XP系統上安裝了xampp
和apache2.2
。
@ccheneson:謝謝!! ..因爲內容類型 – dexter 2010-03-24 09:05:22
很酷,那麼如果它有效,我會刪除我對該端口的評論。 – ccheneson 2010-03-24 09:09:19
您編輯的代碼如何使用它? 的Perl: 可執行文件:\ XAMPP \ htdocs中和\ XAMPP \ cgi-bin目錄 允許的結尾:特等 – dexter 2010-03-24 10:36:03