in reply to Re^2: How to use CGI.pm to label a checkbox
in thread How to use CGI.pm to label a checkbox

It's like any technology switch when you've invested substantial time into an old system: there is real pain up front and huge fear of a new way of doing things, but the longer you put off the change the worse the problem gets and the longer it is until you reap the rewards.

There are many templating systems around and pretty much any of them will put you way ahead of the CGI in line approach to generating dynamic HTML. The big immediate advantage of using templates is they generally make it much easier to maintain the HTML independently of the code, and maintain the code independently of the HTML. It makes the logic of the code clearer and allows easier validation of the HTML.

True laziness is hard work
  • Comment on Re^3: How to use CGI.pm to label a checkbox