http://www.perlmonks.org?node_id=76014


in reply to viewing log via HTML

I'm not quite sure I understand your question, but if you mean to serve the logs on the web, you could decide to leave the logs in plain text, and not bother with HTML at all. print "Content-Type: text/plain\n\n"; and then you can read from the log file and print it to stdout.

TMTOWTDI

michael
the blue haired monk

Replies are listed 'Best First'.
Re: Re: viewing log via HTML
by pappajaz (Novice) on Apr 27, 2001 at 19:05 UTC
    The format is not as much of an issue as getting the data in HTML. I really appreciate everyone's help on this. Thank you.