mod_perl logo
perl icon







previous page: Apache::SubProcess -- Executing SubProcesses from mod_perlpage up: mod_perl APIsnext page: APR::Const - Perl Interface for APR Constants


APR - Perl Interface for libapr and libaprutil Libraries











Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams
Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet


Table of Contents

Synopsis

  use APR;


TOP

Description

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
previous page: Apache::SubProcess -- Executing SubProcesses from mod_perlpage up: mod_perl APIsnext page: APR::Const - Perl Interface for APR Constants