in reply to replicating blocks of code in perl and cgi

the part that I really want to replicate is the textbox element. Is there any way to do that in perl....

What do you mean, you can call print however many million times you want?

CGI Programming

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

Replies are listed 'Best First'.
Re^2: replicating blocks of code in perl and cgi
by gogoglou (Beadle) on May 26, 2010 at 09:38 UTC
    sorry I didn't quite put it right, I want to print it on demand. So to have an add button, that will replicate that print command. Thanks

      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.