I have a data file like this:

[CODE]
64.00 53.33 64.15 136.00 Wed Sep 3 14:51:42 2003
64.00 53.33 64.15 136.00 Wed Sep 3 14:51:42 2003
64.00 53.33 64.15 136.00 Wed Sep 3 14:51:42 2003
64.00 53.33 64.15 136.00 Wed Sep 3 14:51:42 2003
64.00 53.33 64.15 136.00 Wed Sep 3 14:51:42 2003

I want to show this data continuosly in a cgi browser. I tried what you told me to, but i can read only the first line and then it stops.
Could I make that loop larger?