#!/usr/local/bin/perl
use warnings;
use strict;
print "Hello, world!\n";
這是我在cgi-bin
保存爲test.pl
文件。請幫助執行基本Perl代碼
這是代碼,我使用一個單獨的html文件
<html>
<head>
<title>A Very Basic Example of an HTML page created by the CGI</title>
</head>
<body>
<script type="text/javascript" src="http://csvlife.com/cgi-bin/test.pl"></script>
</body>
</html>
我Perl安裝在運行該腳本。模塊。我在HostGator面板中驗證了程序路徑。可能是什麼問題?
perl腳本不輸出有效的Java腳本代碼。 – jofel
URL的腳本適用於我。你沒有在頁面上執行它。你只是將它作爲一個JavaScript資源包含在內。 –