in reply to Re^2: replicating blocks of code in perl and cgi
in thread replicating blocks of code in perl and cgi

Perhaps you mean you want to use Ajax to manipluate the DOM. You could easily use jQuery to add (or show hidden) elements without refreshing the page. Obviously this required a JavaScript enabled browser.

  • Comment on Re^3: replicating blocks of code in perl and cgi