mod_perl logo
perl icon







previous page: Apache::Util - Perl API for XXXpage up: mod_perl APIsnext page: APR::Base64 - Perl API for XXX


APR - Perl Interface for libapr and libaprutil Libraries











The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes
mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford
Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern


Table of Contents

Synopsis

  use APR;


TOP

Description

Notes on how to use APR outside mod_perl 2.0.

Normally you don't need to use this module. However if you are using an APR:: package outside of mod_perl, you need to load APR first. For example:

  % perl -MApache2 -MAPR -MAPR::UUID -le 'print APR::UUID->new->format'


TOP

See Also

mod_perl 2.0 documentation.



TOP

Copyright

mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.



TOP

Authors

The mod_perl development team and numerous contributors.







TOP
previous page: Apache::Util - Perl API for XXXpage up: mod_perl APIsnext page: APR::Base64 - Perl API for XXX