ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



apache_mod_perl-101~38::mod_perl-2.0.olmc8::mod_perl-2.0.2::docs::api::APR(3)



NAME
       APR - Perl Interface for Apache Portable Runtime (libapr and libaprutil Libraries)

Synopsis
         use APR ();

Description
       On load this modules prepares the APR enviroment (initializes memory pools, data structures, etc.)

       You don't need to use this module explicitly, since it's already loaded internally by all "APR::*"
       modules.

Using APR modules outside mod_perl 2.0
       You'd use the "APR::*" modules outside mod_perl 2.0, just like you'd use it with mod_perl 2.0. For
       example to get a random unique string you could call:

         % perl -MApache2 -MAPR::UUID -le 'print APR::UUID->new->format'

See Also
       mod_perl 2.0 documentation.

Copyright
       mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0.

Authors
       The mod_perl development team and numerous contributors.



perl v5.8.8                                      202od_perl-101~38::mod_perl-2.0.2::docs::api::APR(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.