"Pierre J. Nicolas" wrote:
> 
> Good Morning,
> 
> I just started using mod_perl, I'm still using the CGI.pm module, but I
> plan
> to convert.

You can still use CGI.pm from within mod_perl (and you should).  There is
nothing better at handling data passed from a browser via HTTP POST and/or
GET.  If you currently use CGI.pm, I think you'll find that a lot of your
current code can simply be cut-and-pasted into a mod_perl setup.

-Adi

Reply via email to