I'm not sure if I'm in the right place but I need help with my perl/CGI script.
I just realised that for Perl/CGI scripts, it doesn't print webpages until the whole script has been processed. Is there a way of overcoming this? I have a script that takes a very long time (it downloads files and processes them) to run and I want it to show webpages to tell the user that the system hasn't hung on them.
Anyone can enlightern me?
Thanks.