print "Content-Type: text/html\n\n"; open HTML, "c:/mypage.htm" or die $!; while( ) { print; } close HTML;