/[Apache-SVN]/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod
ViewVC logotype

Diff of /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod	2006/04/23 19:14:37	396305
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod	2006/04/23 19:15:14	396306
@@ -8,7 +8,11 @@ Apache2::Connection - Perl API for Apach
 =head1 Synopsis
 
   use Apache2::Connection ();
-  
+  use Apache2::RequestRec ();
+
+  my $c = $r->connection;
+
+  my $c = $r->connection;   
   # is connection still open?
   $status = $c->aborted;
   

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26