09/03/19 17:28:26
>>274
phpだとhtmlでphpが動作するように鯖をいじらないといけない
Perlだと最近その手のタイプは見ない
>>277
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print <<"EOM";
<?xml version="1.0" encoding="Shift_JIS"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "URLリンク(www.w3.org)">
<html xmlns="URLリンク(www.w3.org)" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="content-language" content="ja" />
<meta http-equiv="content-type" content="text/html; charset=Shift_JIS" />
<meta http-equiv="content-style-type" content="text/css" />
<title>うんこ</title>
</head>
<body>
<h1>うんこ</h1>
</body>
</html>
EOM
これで出力されるけど・・・・