Hmm.. I actually never use CGI.pm to generate my form tags. But handle them. I also use CGI.pm for header generation. (Cookies and expirydates and such!)
I use it to generate some of my html and handle the parameters. I prefer to do my own HTML outside of the <head> tags though. hidden() makes things easier occasionally, and I do use that.
I use it to generate some of my html and handle the parameters. I prefer to do my own HTML outside of the <head> tags though. hidden() makes things easier occasionally, and I do use that.
CGI.pm header generation is very nice, though.