I have an HTML page on a web host server that calls a Perl Script. I'd like the Perl script to keep updating the browser window with a status countdown message while the script does it's stuff. However, any HTML print statements that the perl script generates don't get printed to the browser window until the Perl script ends. How do I get around this?