At 1:11 PM -0700 8/15/01, Rasoul Hajikhani wrote:
>I get the following error on
>my $i = Apache::Request->instance($r);

I think you want

my $i = Apache::Request->new($r);

I've never used or seen instance before, but I've only been doing 
mod_perl for about 20 months.

Rob

--
"A good magician never reveals his secret; the unbelievable trick
becomes simple and obvious once it is explained. So too with UNIX." 

Reply via email to