Perl书籍介绍之Practical mod_perl
这是一本全面介绍mod_perl cgi编程开发的书籍,几乎涉及了perl web开发的各个方面,于2003年出版发行,那时可是perl cgi web开发的最鼎盛时期。
mod_perl须与apache配合使用,才能成为开发动态交互程序的最佳搭档。
mod_perl is an Apache module that builds the power of the Perl programming language directly into the Apache web server. With mod_perl, CGI scripts run as much as 50 times faster, and you can integrate databases with the server, write Apache modules in Perl, embed Perl code directly into Apache configuration files, and even use Perl in server-side includes. With mod_perl, Apache is not only a web server, it is a complete programming platform.
作者:By Stas Bekman, Eric Cholet
支持的格式:PDF, HTML
页码:928
在线版本:
http://www.modperlbook.org/
Pdf版本:
practical.mod_perl
中文指南
practical.mod_perl_cn