#! /usr/bin/perl -w # # cgiHelloNoModuleFixed.cgi -- CGI の Hello World(モジュールを使わない版) # (直しました) # # sample file name: cgiHelloNoModuleFixed.cgi print "Content-type: text/html\n\n"; # create the HTTP header print< hello world

hello world

EOF