#!/usr/bin/perl #ヒアドキュメントで記述する print <<"HTML"; Content-type: text/html hello,world! HTML __END__