Hi All!

<[EMAIL PROTECTED]>I'm planing to port a web application for mod_perl1 ro mod_perl2.

I've carefully read to porting pages related to that
(http://perl.apache.org/docs/2.0/user/porting/), but unfortunatelly, I haven't
found solutions to my simple problems.
 
1. How can I read a cookie from a PerlResponseHandler ?
2. How can I read form params from a PerlResponseHandler too?
3. Is there any good method to cleanly share data between two or more PerlResponseHandler(s) (like $f->ctx() in filter) ?

<[EMAIL PROTECTED]> The uniq solution I found is to use the Apache::Compat wich by the way works very fine.
But now, I want to fully move to mod_perl2.
Is there some examples dealing with my problems?

Younes

Reply via email to