You will be loading up more than you need by using CGI. Here are my two 
suggestions:

1. CGI_Lite contains all the functions necessary to process and decode WWW 
forms and cookies:
http://search.cpan.org/search?dist=CGI_Lite

2. If you'd like to play around with something new, try my Apache::Emulator, 
which emulates the native mod_perl methods from within a CGI environment. 
It's still lacking a lot of core functionality, but is usable for parsing 
query strings. The added benefit is that you can take your finished module 
and use it within mod_perl, which will run it at around 40 times the speed 
of a CGI script:
http://search.cpan.org/search?dist=Apache-Emulator

--Nigel Wetters
<[EMAIL PROTECTED]>

Etienne wrote>>>>
I am using CGI only to get the data sent to the script from my html
forms.

When I put use CGI, does it "load" all the module?? If yes, since I am
using only this feature, can I add something only to load this sub, or
is there another sub only to get those variables?


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to