print "Content-type: text/html\n"; print "Location: foo\n\n"; print "This is the body" #### print "Content-type: text/html\n\n"; print "Location: foo\n"; print "This is the body"