On Fri, 21 Apr 2000 [EMAIL PROTECTED] wrote:

> 
>   This is great!  My handler now works as expected.  I have the O'Reilly
> mod_perl book and it shows $c->user as a read-only function.  It doesn't
> make any mention of passing a variable to it.  Thanks, Bjoern.

hmm, yes the ch9 api listing does not give an example, but in ch6 you'll
see:

$r->connection->user($ticket{'user'});

Reply via email to