Message>>>>>
I'm having trouble getting the request object from mod_perl. Here is the original attempt:
<<<<<


Have you simply tried:

my $r = shift;


at the beginning of your handler? If you're using Apache::Registry, then your whole file is a handler so you can do that at the top.

Carl




Reply via email to