
gozer at apache
Nov 17, 2005, 7:27 PM
Post #1 of 1
(945 views)
Permalink
|
|
svn commit: r345427 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod
|
|
Author: gozer Date: Thu Nov 17 19:27:34 2005 New Revision: 345427 URL: http://svn.apache.org/viewcvs?rev=345427&view=rev Log: Document the new Apache2::PerlSections->server method for retrieving the server a <Perl> block is evaluated into Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod?rev=345427&r1=345426&r2=345427&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod Thu Nov 17 19:27:34 2005 @@ -112,6 +112,33 @@ +=head1 API + +C<Apache2::PerlSections> provides the following functions and/or methods: + + +=head2 C<server> + +Get the current server's object for the E<lt>PerlE<gt> section + + <Perl> + $s = Apache2::PerlSections->server(); + </Perl> + +=over 4 + +=item obj: C<Apache2::PerlSections> (class name) + +=item ret: C<$s> +( C<L<Apache2::ServerRec object|docs::2.0::api::Apache2::ServerRec>> ) + +=item since: 2.0.03 + +=back + + + + =head1 C<@PerlConfig> and C<$PerlConfig> --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|