--- Kevin Schroeder <[EMAIL PROTECTED]> 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.

lol -- well, we don't *HAVE* to forgive you.... ;o]

The CGI module is your best bet for most processing of those sorts, but
you can still use mod_perl. Anything you add will swell the footprint
of your server a bit, but if you have the resources, CGI.pm is worth a
little bloat.

Just use it in your handlers normally. It'll only be included once per
process, . . . right?

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to