in reply to html output to a file
... the output won't go to the file.
Does anything go to the file? I'm guessing you need to take out the header line (since that prints the Content-Type needed by the HTTP protocol) and include the start_html line (since that includes the <title> tag (and other things) needed by the HTML standard. Commenting them both out is going to give you some malformed HTML.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: html output to a file
by ww (Archbishop) on Apr 27, 2007 at 17:29 UTC |