#!/usr/local/bin/perl print "Content-type: text/html\n\n"; print "\n"; print "TEST\n"; print "こんにちは\n"; print "\n"; __END__