Hi, I have written a cgi that extracts data from a web page, gets a url from that web page, then goes to the web address it just got and repeats the steps above. The script takes a long time, (about 5-10 min) to collect all the data. The script itself works great, however, when I run it from my browser, it starts outputting information to it (correctly) but then after a while says that gives a perl error message that says CGI TIMEOUT. I looked through the documentation and some help on the web, and could only find things on Timouts dealing with secure sockets and session IDs. I'm wondering if anyone can tell me how I can change the basic Timout period of my script, or at least point me to the right reference that would explain it. Thanks Jeremy [EMAIL PROTECTED]
