in reply to CGI.pm vs no CGI.pm

Actually, i take back what i said above about using cgi. Use CGI::Lite or CGI::Simple or something. In other words, use CGI* to parse forms, please god do not use the functions that generate html, as that is pure evil, for several reasons:

Replies are listed 'Best First'.
Re: Re: CGI.pm vs no CGI.pm
by FireBird34 (Pilgrim) on Oct 31, 2002 at 01:48 UTC
    Heh, I was actually going to be taking a look at CGI::Lite aswell :) But a question on this. Why so many? Why not one *main* one, instead of all these variations of the same thing? Just security/simplisity reasons? At least that's what I gather thus far...?