APR - Perl Interface for Apache Portable Runtime (libapr and


mod_perl documentation  | view source Contained in the mod_perl distribution.

Index


NAME

Top

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

Synopsis

Top

  use APR ();
















Description

Top

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

Top

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 -MAPR::UUID -le 'print APR::UUID->new->format'
















See Also

Top

mod_perl 2.0 documentation (docs::2.0::index).

Copyright

Top

Authors

Top

The mod_perl development team and numerous contributors (about::contributors::people).


mod_perl documentation  | view source Contained in the mod_perl distribution.