(************************************************************ hello_cgi.ml Created : Sat Nov 4 22:54:13 2006 Last modified: Sat Nov 04 23:01:31 2006 Compile: ocamlc -dtypes hello_cgi.ml -o hello_cgi.cgi # FTP Directory: sources/ocaml # ************************************************************) (** @author Takashi Masuyama *) let _ = print_string "Content-Type: text/html\r\n\r\nhello" (* * Local Variables: * namazu-default-dir:"/home/tak/.indexes/ocaml" * End: *)