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

hello world

EOF