Advanced Perl Programming

Advanced Perl ProgrammingSearch this book
Previous: 19.4 Adding ExtensionsChapter 19
Embedding Perl:The Easy Way
Next: 20. Perl Internals
 

19.5 Resources

  1. perlembed (Standard Perl document). Doug MacEachern and Jon Orwant.

  2. Apache and mod_perl at http://www.apache.org/.

    Apache is a freely available web server that embeds a Perl interpreter. mod_perl, written by Doug MacEachern, is a Perl module that provides the glue between the Apache C API and Perl, and allows you to write to the Apache API instead of CGI scripts. People have reported 400-2000% improvement in speed over the CGI approach.


Previous: 19.4 Adding ExtensionsAdvanced Perl ProgrammingNext: 20. Perl Internals
19.4 Adding ExtensionsBook Index20. Perl Internals