in reply to CGI.pm vs. CGI modules

I asked about this here.

CGI::Simple offers an API that matches CGI.pm but is faster and uses less memory. CGI_Lite is faster still, but doesn't have the same API so you would have to modify code to use it. The main reasons for sticking with CGI.pm are that it's in the standard Perl distribution and it is well-maintained so you can count on problems with it being fixed pretty quickly.