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


in reply to I use CGI.pm for

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!)

Replies are listed 'Best First'.
RE: RE: I use CGI.pm for
by tenatious (Beadle) on Jun 11, 2000 at 19:21 UTC

    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.

RE: RE: I use CGI.pm for
by tenatious (Beadle) on Jun 11, 2000 at 19:20 UTC
    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.