hi monks,
I need help!
Although I am confident with my perl skills, not as sure with my understanding of Web technologies.
Just started writing some CGI scripts.
I have 2 CGI scripts,
The first one is just a simple form, On submitting this form, a 2nd CGI scripts works on the form data and returns the output to the browser.
Now, the second script sometimes takes very long probably 5-10 mins. The browser does not wait for such long and it throws an "Internal Server error". I understand, this is due to the time out.
I need to know how i can make the browser wait till the script completes?