Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 6.0.2.1

(Squeeze)

APR(3pm)


libapache2-mod-perl2-2.0.4::docs::api::APR

libapache2-mod-perl2-2.0.4::docs::api::APR

NAME
Synopsis
Description
Using APR modules outside mod_perl 2.0
See Also
Copyright
Authors

NAME

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

Synopsis

  use APR ();

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.

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

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.



APR(3pm)