use Acme::Bleach; print "HTTP/1.1 200 OK\n"; print "Content-type:text/html\n\n"; print "Camels are hairy", print "

Test

"; print "

I will always write proper HTML

"x10; print "

Or better yet, I will always use cgi;

"; print ""; print "\n";