http://qs321.pair.com?node_id=471423


in reply to Using the P4 module through Apache

The perforce client inherits a lot of stuff (such as the username) from the shell's environment. When you run something in apache, you probably need to set those environment variables first. You can do that by just:
$ENV{P4USER} = 'foo';
and so on. Also, I think you can set those things explicitly on the $p4 object before you ->Login().
------------ :Wq Not an editor command: Wq