use strict;

print "X-Foo: bar\n";
print "Content-type: text/plain\n\n";

print "helloworld";
