There's Apache::Request, which is the equivalent of CGI.pm in the areas
of form submissions and Apache::Cookie for cookie handling.  If you're
not using the HTML rendering capabilities of CGI.pm, you may look into
those two.

--Alex


Kevin Schroeder wrote:
> 
> Hello,
>     I've been using the CGI PERL module for a while now and I like
> using it a lot.  But I was wondering if using that module with
> mod_perl will slow things down because of the extra module being
> used.  If so, is there a way to use the Apache API and mod_perl to
> deal with form submissions, cookies and the like?  You'll have to
> forgive me, I've been learning mod_perl off of the cheat sheet at
> refcards.com.
> 
> Kevin Schroeder

Reply via email to