in reply to Should I use CGI3 for my first CGI program?

Since your concern is this being light in terms of both memory and CPU usage, why not use CGI::Lite? It will handle the query parsing and has URL encode and decode methods. It's much smaller than CGI.pm (something like 27K instead of 200+K).

Cheers,
Ovid

Vote for paco!

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.

  • Comment on (Ovid) Re: Should I use CGI3 for my first CGI program?