Results for Mod perl
On this page:
 

Software that integrates Perl programming with the Apache Web server. It provides several features including the ability to access databases and use Perl in Apache modules and configuration files. CGI scripts also run considerably faster. The mod_perl software and other Perl utilities are available from the Comprehensive Perl Archive Network (CPAN) at http://cpan.org. See Perl.



 
 
Wikipedia: Mod perl
The title of this article should be mod_perl. The initial letter is capitalized and an underscore is substituted or omitted because of technical restrictions.

mod_perl is an optional module for the Apache HTTP server. It embeds a Perl interpreter into the Apache server, so that dynamic content produced by Perl scripts can be served in response to incoming requests, without the significant overhead of re-launching the Perl interpreter for each request.

mod_perl can emulate a CGI environment, so that existing Perl CGI scripts can benefit from the performance boost without having to be re-written.

Unlike CGI (and most other web application environments), mod_perl provides complete access to the Apache API, allowing programmers to write handlers for all phases in the Apache request cycle, manipulate Apache's internal tables and state mechanisms, share data between Apache processes or threads, alter or extend the Apache configuration file parser, and add Perl code to the configuration file itself, among other things.

See also


External links


 
 

Join the WikiAnswers Q&A community. Post a question or answer questions about "Mod perl" at WikiAnswers.

 

Copyrights:

Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2008 Computer Language Company Inc.  All rights reserved.  Read more
Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Mod perl" Read more

Search for answers directly from your browser with the FREE Answers.com Toolbar!  
Click here to download now. 

Get Answers your way! Check out all our free tools and products.

On this page:   E-mail   print Print  Link  

 

Keep Reading

Mentioned In: