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

jlistf has asked for the wisdom of the Perl Monks concerning the following question: (cgi programming)

Is there a way to change the text on a page without refreshing/reloading the whole page? I want to add a time to a page (with seconds) that constantly updates, but I'd rather not update the page every second. Is there some way to do this in perl? Would I need to use something like javascript or java?

Originally posted as a Categorized Question.