in reply to Re^3: CGI.pm HTML-Generation Methods Considered Useful
in thread CGI.pm HTML-Generation Methods Considered Useful

I use it when I don't have a templating solution nearby, or even in combination with a templating solution. CGI.pm generates shortcuts for common things, like option lists and headers, but also handles the sticky form elements. I don't know of any other as-ubiquitous easy solution for handling sticky form elements.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re^4: CGI.pm HTML-Generation Methods Considered Useful