I need to dynamically update a table through javascript. I do not want the html reloaded but updated through the javascript. Is there a Perl module that would generate appropriate javascript that would dynamically update the table. I assume I can get the javascript to poll the cgi on a regular basis (no idea how to do this but working on it). The examples I have seen have the page been redirected which I assume would redraw the page.