http://www.perlmonks.org?node_id=1101679

chidori has asked for the wisdom of the Perl Monks concerning the following question:

Hi

I have a CGI page where i want to refresh only a <div> . Actually I need to show information from database which constantly gets updated. And I am not sure how to refresh only a specific part of page and query the database each time and show the updated content.

Can someone please let me know how to do it?