Hi List !!
I have a cgi sctipt that forks a process during execution. I would like to display a message to the user after the fork occurs. Semething like displaying an animated gif or something to inform the user the task is in progress as the forked process can take 10-20 secs to complete. How can I go about this ? I can't event get output to the browser untill after the fork completes even though I have set $|=1 (turn off the buffer) Thoughts ? Thanks!