Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Web Server Programming with mod_perl
Running CGI Scripts with mod_perl
Intro to Mod_Perl
Top Code
Running CGI Scripts with mod_perl
Web Server Programming with mod_perl
Intro to Mod_Perl
CGI/PERL > Tips and Tutorials > mod_perl
Source List

Code 1-3 of 3   


This provides an broad based preview of mod_perl including how to install it on your machine, how to improve CGI performance using mod_perl and a listing of the commonly used modules. mod_perl embeds the Perl interpreter directly into the web...





mod_perl improves the performance of CGI by enabling the PerlHandler callback hook which is used for content retrieval stage of server transactions. With Apache - Registry each individual CGI program is compiled and cached the first time it is...



mod_perl is a combination of Apache Web server and Perl. It enables integration of CGI scripts with the web server and makes them run faster. This tutorial on introduction to mod_perl is geared toward webmasters who have a working understanding...