1docs::api::APR(3)     User Contributed Perl Documentation    docs::api::APR(3)
2
3
4

NAME

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

Synopsis

10         use APR ();
11

Description

13       On load this modules prepares the APR enviroment (initializes memory
14       pools, data structures, etc.)
15
16       You don't need to use this module explicitly, since it's already loaded
17       internally by all "APR::*" modules.
18

Using APR modules outside mod_perl 2.0

20       You'd use the "APR::*" modules outside mod_perl 2.0, just like you'd
21       use it with mod_perl 2.0. For example to get a random unique string you
22       could call:
23
24         % perl -MAPR::UUID -le 'print APR::UUID->new->format'
25

See Also

27       mod_perl 2.0 documentation.
28
30       mod_perl 2.0 and its core modules are copyrighted under The Apache
31       Software License, Version 2.0.
32

Authors

34       The mod_perl development team and numerous contributors.
35
36
37
38perl v5.36.0                      2022-07-21                 docs::api::APR(3)
Impressum