On Sat, 01 Oct 2011 01:00:47 -0700, Rajeev Prasad wrote:
> I thought it would be overkill (RAM, CPU etc.) to use CGI.pm when all i
> need is to get values out of form-variables. but i am going to settle
> for CGI::Simple

Do you have any figures on how the trivial use of RAM/CPU by CGI.pm 
impacts your application noticeably?  Because programmer time is, in the 
absence of proof of anything else, the most precious resource, and so 
anything that takes longer than typing

        use CGI;

is overkill.  Especially if it requires downloading something not in core.

-- 
Peter Scott
http://www.perlmedic.com/     http://www.perldebugged.com/
http://www.informit.com/store/product.aspx?isbn=0137001274
http://www.oreillyschool.com/certificates/perl-programming.php

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