Perl

概要

CGIの動作許可後に稼働チェック用で下記プログラムを「test.cgi」などの名前で保存してアップロードしてください。

内容

#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "<html><head><title>CGI-Perl TEST</title>\n";
print "<meta http-equiv='content-type' content='text/html; charset=shit-jis'>\n";
print "</head><body><h2>Hello, This is CGI-Perl Server on Test01 Server.</h2>\n";
print "</body></html>\n";
exit;

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-06-30 (木) 01:40:11