import cgi write(stdout, "Content-type: text/html\n\n") write(stdout, "\n") write(stdout, "Test\n") write(stdout, "Hello!") writeln(stdout, "")