Perrin Harkins wrote:
> 
> That should be pretty easy to convert, since you already have your main
> program logic off in a separate module.
So I just write a small handler which does the same thing as the .pl
script and add a <Location /cgi-bin/search.pl> directive to use this
handler? That sounds very easy. :-) And I would need to setup a
<Location> directive for each function (Search, Cart, etc)?

> Use Apache::Request and Apache::Cookie (both in the libapreq
> distribution).  I don't use the sticky forms stuff in CGI.pm, so I don't
> know if there's a handy replacement.  Check CPAN or just roll your own.
> Maybe you could make a subclass of Apache::Request that adds somemethods
> for this.
I'll look into the forms stuff. I'm sure there is some equivalent in
Apache::xxx modules. Thanks for the info. I've been writing perl for a
couple years now, but the complete mod_perl experience is still new to
me.

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704.370.0550
http://www.vialogix.com

Reply via email to