Yes, thx you
Cure -----Original Message----- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 12:04 PM To: Paul Harrison Cc: modperl@perl.apache.org Subject: Re: APR Paul Harrison wrote: > Hi All, I thought the APR module was use for ==> to load mod_perl2 > outside of Apache(command line). I'm lost when I see modules like ==> > use APR::Table () inside of Apache(not the command line) The APR (Apache Portable Runtime) is an abstraction layer that provides portability for things that are normally platform-specific. The apache web server is implemented using APR. APR can also be used without the web server, for making other projects portable across platforms. Does that answer your question? - Perrin