|
Mod perl - Definition and Overview |
|
- The title given to this article is incorrect due to technical limitations. The correct title is mod_perl.
mod_perl is an optional module for the Apache web 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.
External links
|
|
Example Usage of perl |
 |
geo2gov: http://use.perl.org/~Alias/journal/39870 - The making of geo2gov, Adam K's report to the perl community. #oahack #govhack #gov2au #apps4nsw |
 |
MiuraKatsu: ここ見てる。perlの軽量ウェブアプリケーションフレームワーク最新事情 - とほほのN88-BASIC日記>>http://bit.ly/3VCxHI |
 |
tokada: しかし拡張子が.cgiというのはもしかしてperlのCGIなのだろうか…<ついろぐ |
|