1 2 3 4 5 6
use strict; print "X-Foo: bar\n"; print "Content-type: text/plain\n\n"; print "helloworld";