﻿use utf8;
binmode(STDOUT, ":raw:utf8");
print "Content-Type: text/html\n\n";
print "hello";