>>>>> "Rajeev" == Rajeev Prasad <rp.ne...@yahoo.com> writes:

Rajeev> I thought it would be overkill (RAM, CPU etc.) to use CGI.pm
Rajeev> when all i need is to get values out of form-variables.  but i
Rajeev> am going to settle for CGI::Simple

CGI.pm is optimized though with it's own version of the lazy loader.

If you're already forking for CGI, then the trivial time it takes to
load CGI.pm compared to forking shouldn't concern you.  If you're
looking for performance, you're already using mod_perl, and therefore
you're loading CGI.pm once for thousands of hits.

Either way, I haven't heard a valid reason from you yet.  Just use CGI.pm.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<mer...@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.posterous.com/ for Smalltalk discussion

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to