Hi,

I have the following piece of code within  my perl module, intention is to
update the REMOTE_USER variable.

I am using apache 2.2 with mod_perl 2.0 on Fedora core 5.

 $r->connection->user($user2);

but at run time it gives the following error.

 Can't locate object method "connection" via package "Apache2::RequestRec" 

which package should I really import is it Apache2::Connection () I tried
this and it says cannot find Connection object.

How to proceed on this.
-- 
View this message in context: 
http://www.nabble.com/missing-modules-tf2950618.html#a8252099
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to