http://www.perlmonks.org?node_id=17602


in reply to RE: I use CGI.pm for
in thread I use CGI.pm for

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.