view program/cgi/test.rb @ 2152:ca7dc3493900

ディレクトリ整理しました
author MURAKAMI Masaki <c112124@h.koeki-u.ac.jp>
date Thu, 21 Nov 2013 03:45:41 +0900
parents cgi/test.rb@55f50b3576ea
children
line wrap: on
line source

#!/usr/bin/env ruby19
# coding: utf-8

print <<_EOF_
Content-Type: text/html; charset=utf-8

<html>
<head><title>Test CGI script</title></head>

<body>
<p>ユ茯阪鴻</p>
</body>
</html>
_EOF_

yatex.org