You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 9eb4995bfe
perl/mod_perl: Fix slack-desc.
9 years ago
..
README perl/mod_perl: Added (Perl Interpreter for Apache). 9 years ago
doinst.sh perl/mod_perl: Added (Perl Interpreter for Apache). 9 years ago
mod_perl.SlackBuild perl/mod_perl: Updated for version 2.0.10. 9 years ago
mod_perl.conf perl/mod_perl: Added (Perl Interpreter for Apache). 9 years ago
mod_perl.info perl/mod_perl: Updated for version 2.0.10. 9 years ago
slack-desc perl/mod_perl: Fix slack-desc. 9 years ago
undefined_symbol.patch perl/mod_perl: Added (Perl Interpreter for Apache). 9 years ago

README

Mod_perl incorporates a Perl interpreter into the Apache web server
so that the Apache web server can directly execute Perl code.

Mod_perl links the Perl runtime library into the Apache web server
and provides an object-oriented Perl interface for Apache's C
language API. The end result is a quicker CGI script turnaround
process, since no external Perl interpreter has to be started.