I'd like to put a progress bar on my webpage, similar to the one coded on this page -
But I'm not sure how the Perl side should work. My program searches for information on a word, taking a number of minutes to do so. At the moment I have a simple commandline interface which prints out the progress of the program, but I'd like to replace this with a html user interface, where the user can enter the word in the search box and wait for the perl program to return with the result.
Thanks.