mod_perl: mod_perl (Perl Interpreter for Apache)
mod_perl:
mod_perl: Mod_perl incorporates a Perl interpreter into the Apache web server
mod_perl: so that the Apache web server can directly execute Perl code.
mod_perl: Mod_perl links the Perl runtime library into the Apache web server
mod_perl: and provides an object-oriented Perl interface for Apache's C
mod_perl: language API. The end result is a quicker CGI script turnaround
mod_perl: process, since no external Perl interpreter has to be started.
mod_perl:
mod_perl: Homepage: https://perl.apache.org/
mod_perl: