> You have the API to do that override already. Add as the first line in
> your script:
> 
> $r = shift; Apache->request($r);

that's not the same.  in mp1 Apache->request is used for pulling $r out of
thin air.  isn't +GlobalRequest for that exact circumstance, allowing you to
get at $r when none is otherwise available to you?

--Geoff


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to