Hi, i have to port a mod_perl application to apache2. It is but written rather cgi-style - the code is not packed in handlers. I need to retrieve $r that in all documentation is taken as "shift" from within a handler. In the application it is retrieved like that:
Unfortunately there is no method Apache2->request; But probably sth similar? Apache2::Request->new method needs this object...
Would be great if you tell me, thanks