http://qs321.pair.com?node_id=1030547


in reply to CGI script calling a perl script

As others suggested, I would use AJAX or some other high-level solution for this. But, if you really want to avoid those options, look into NPH (no-parsed-header) and server-push to maintain page updates. This won't solve everything but it may be enough.