1docs::api::APR(3) User Contributed Perl Documentation docs::api::APR(3)
2
3
4
6 APR - Perl Interface for Apache Portable Runtime (libapr and libaprutil
7 Libraries)
8
10 use APR ();
11
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
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
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
34 The mod_perl development team and numerous contributors.
35
36
37
38perl v5.38.0 2023-07-20 docs::api::APR(3)