Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Authors

The mod_perl development team and numerous contributors. perl v5.40.0 2024-10-20 libapache2-mod...:docs::api::APR(3pm)

Description

On load this modules prepares the APR environment (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.

Name

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

See Also

mod_perl 2.0 documentation.

Synopsis

use APR ();

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

See Also