Dear Worik,

Am 15.05.2014 um 01:52 schrieb Worik Stanton <worik.stan...@gmail.com>:

> 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?


$r is the Apache2::RequestRec object
$c is the Apache2::Connection object

it is in the documentation for connection method:
---
connection

Get the client connection record

$c = $r->connection();
        • obj: $r ( Apache2::RequestRec object )
        • ret: $c ( Apache2::Connection object )
        • since: 2.0.00
—


Best regards,
Holger


__________________________________________________________

Holger Kipp
Diplom-Mathematiker
Senior Consultant

Tel. : +49 30 436 58 114
Fax. : +49 30 436 58 214
Mobil: +49 178 36 58 114
Email: holger.k...@alogis.com

alogis AG
Alt-Moabit 90b
D-10559 Berlin

http://www.alogis.com
__________________________________________________________

alogis AG
Sitz/Registergericht: Berlin/AG Charlottenburg, HRB 71484
Vorstand: Arne Friedrichs, Joern Samuelson
Aufsichtsratsvorsitzender: Reinhard Mielke

Reply via email to