2002-06-28 09:40:29 +02:00
|
|
|
The Apache/Perl integration project brings together the full power of the
|
|
|
|
Perl programming language and the Apache HTTP server. This is achieved by
|
|
|
|
linking the Perl runtime library into the server and providing an object
|
|
|
|
oriented Perl interface to the server's C language API.
|
|
|
|
|
|
|
|
These pieces are seamlessly glued together by the `mod_perl' server
|
2003-05-06 19:40:18 +02:00
|
|
|
plugin, making it is possible to write Apache modules entirely in Perl.
|
2002-06-28 09:40:29 +02:00
|
|
|
In addition, the persistent interpreter embedded in the server avoids the
|
|
|
|
overhead of starting an external interpreter program and the additional
|
|
|
|
Perl start-up (compile) time.
|