Re: API Docs
Clément OUDOT <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAK_oV4_5UiJO=FUzQFyWaVffr0_8aojvJ3sn5aGjO2rfROZo=A@mail.gmail.com> |
2014-05-15 1:52 GMT+02:00 Worik Stanton <[email protected]>: > 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? > $r is the current Apache request. Clément.