The $r there is the Apache2::RequestRec object.  It gets passed to
your handler.  See the handler example in the overview:
https://perl.apache.org/docs/2.0/user/intro/start_fast.html

- Perrin

On Wed, May 14, 2014 at 7:52 PM, Worik Stanton <worik.stan...@gmail.com> wrote:
> I am still trying to fathom the API.
>
> I have struck a snag with the documentation.
>
>
> https://perl.apache.org/docs/2.0/api/Apache2/Connection.html#Synopsis
> says....
>
>   use Apache2::Connection ();
>   use Apache2::RequestRec ();
>
>   my $c = $r->connection;
>
>
> What is $r?
>
> I am missing something obvious, what is the context here I do not get?
>
> cheers
> Worik
> --
> The only true evil is turning people into things....
>                                          Granny Weatherwax
>        worik.stan...@gmail.com 021-1680650, (03) 4821804
>                           Aotearoa (New Zealand)
>

Reply via email to