On Fri, 18 Feb 2005, Lal, Kumundani (cognizant) wrote:

> Gurus, [I have] got [a] small project to design a portal to do many 
> jobs from single place and [the] plan is to use perl+apache on 
> Solaris9 OE.
>
>  Can some one [please] suggest any link/book which deals precisely 
> with integrating perl with apache.
>
>  Thanks in advance.
>  
> -[Regards].

In other words, you want to learn mod_perl. Good for you!

The original book on this is O'Reilly's _Writing Apache Modules with 
Perl and C_, by Lincoln Stein and Doug MacEachern:

  <http://www.oreilly.com/catalog/wrapmod/>
  <http://modperl.com:9000/>

This book is good, but perhaps a bit dated at this point.

Newer books include the _mod_perl Developer's Cookbook_ and _Practical 
mod_perl_:

  <http://www.perl.com/pub/a/2002/04/25/review.html>
  <http://www.modperlcookbook.org/>

  <http://www.oreilly.com/catalog/pmodperl/index.html>
  <http://modperlbook.org/>

Additionally, there is a mailing list about mod_perl; information about 
it can be found at:

  <http://perl.apache.org/maillist/modperl.html>

As mod_perl is a fairly advanced topic, questions about it may be beyond 
the scope of the <beginners@perl.org> list, but by all means if you have 
some starter questions and can describe what you've done so far, feel 
free to ask here or at <modperl@apache.org>.


-- 
Chris Devers


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to