So I have a log file, I know how to open it and make
perl do a "tail" on said log file so that I can see the
file getting updated as it gets updated. But what if I wanted to write a cgi script or mod_perl handler/script todo this, how would I go about "streaming" the data to
a browser? Is it all a header trick? or is there more to it then that?