Author: George Moschovitis
Date: Jun 15, 2008 07:06
Answering my own question, liftIO does the trick: cgiMain :: CGI CGIResult cgiMain = liftIO html >= output where html = readFile "public/index.html" however, is ...On Jun 15, 2:46В pm, George Moschovitis <george.moschovi...@gmail.com> wrote: Hello, I have a silly newbie problem. I want to write a simple CGI script that loads an html file and displays the data. ...
|